From 88434cb5ca9eb196136cc84cc50199c6729355c1 Mon Sep 17 00:00:00 2001 From: Alejandro Aristizabal Date: Fri, 23 Aug 2024 12:20:56 -0500 Subject: [PATCH] Fix style issue --- cli/medperf/comms/auth/token_verifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/medperf/comms/auth/token_verifier.py b/cli/medperf/comms/auth/token_verifier.py index aa3bc0115..4e193ac5c 100644 --- a/cli/medperf/comms/auth/token_verifier.py +++ b/cli/medperf/comms/auth/token_verifier.py @@ -61,4 +61,4 @@ def verify_token(token): return token_verifier.verify(token) except JSONDecodeError as e: logging.error(e, exc_info=True) - raise CommunicationAuthenticationError("There was an issue verifying the token. Please try again") \ No newline at end of file + raise CommunicationAuthenticationError("There was an issue verifying the token. Please try again")