Skip to content

Commit

Permalink
Fix style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aristizabal95 committed Aug 23, 2024
1 parent 4a5c395 commit 88434cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/medperf/comms/auth/token_verifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
raise CommunicationAuthenticationError("There was an issue verifying the token. Please try again")

0 comments on commit 88434cb

Please sign in to comment.