make flake8 happy
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user