Skip to content

Commit

Permalink
Reformat code style using black
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadabdulnasir committed Jun 22, 2022
1 parent e0914d0 commit e3fc173
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/src/auth/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
ALGORITHMS = [os.getenv("ALGORITHMS")]
API_AUDIENCE = os.getenv("API_AUDIENCE")


print(AUTH0_DOMAIN)
print(ALGORITHMS)
print(API_AUDIENCE)
## AuthError Exception
class AuthError(Exception):
"""
Expand Down

0 comments on commit e3fc173

Please sign in to comment.