Skip to content

Commit

Permalink
fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Nov 7, 2023
1 parent 08f77e9 commit 810e3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
JWTExpiredError,
JWTSecretListError,
JWTSecretReloadError,
ServerConnectionError,
ServerEncryptionError,
ServerTLSError,
ServerTLSReloadError,
ServerVersionError,
ServerConnectionError,
)
from tests.helpers import assert_raises, generate_jwt, generate_string

Expand Down

0 comments on commit 810e3f1

Please sign in to comment.