Skip to content

Commit

Permalink
Trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed May 6, 2024
1 parent 8756dea commit 7015772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queue_services/auth-queue/src/auth_queue/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class _Config: # pylint: disable=too-few-public-methods
AUTH_SUB_AUDIENCE = os.getenv('AUTH_SUB_AUDIENCE')
GCP_AUTH_KEY = os.getenv('GCP_AUTH_KEY', None)
VERIFY_PUBSUB_EMAILS = os.getenv('VERIFY_PUBSUB_EMAILS', 'email1,email2').split(',')

PAY_API_URL = os.getenv('PAY_API_URL') + os.getenv('PAY_API_VERSION')

# Service account details
Expand Down

0 comments on commit 7015772

Please sign in to comment.