mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
make flake8 happy
This commit is contained in:
parent
3914735ec0
commit
f6b5cb8a1e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue