Skip to content

Commit

Permalink
make flake8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiering committed Feb 18, 2025
1 parent 3914735 commit f6b5cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radicale/tests/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class TestBaseAuthRequests(BaseTest):
# test for available bcrypt module
try:
import bcrypt
except ImportError as e:
except ImportError:
has_bcrypt = 0
else:
has_bcrypt = 1
Expand Down

0 comments on commit f6b5cb8

Please sign in to comment.