mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +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
|
# test for available bcrypt module
|
||||||
try:
|
try:
|
||||||
import bcrypt
|
import bcrypt
|
||||||
except ImportError as e:
|
except ImportError:
|
||||||
has_bcrypt = 0
|
has_bcrypt = 0
|
||||||
else:
|
else:
|
||||||
has_bcrypt = 1
|
has_bcrypt = 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue