make flake8 happy

This commit is contained in:
Peter Bieringer 2025-02-18 06:14:59 +01:00
parent 3914735ec0
commit f6b5cb8a1e

View file

@ -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