summaryrefslogtreecommitdiff
path: root/passlib/tests/test_totp.py
diff options
context:
space:
mode:
Diffstat (limited to 'passlib/tests/test_totp.py')
-rw-r--r--passlib/tests/test_totp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/passlib/tests/test_totp.py b/passlib/tests/test_totp.py
index 999c799..e9c6dd9 100644
--- a/passlib/tests/test_totp.py
+++ b/passlib/tests/test_totp.py
@@ -396,7 +396,7 @@ class TotpTest(TestCase):
# setup
#=============================================================================
def setUp(self):
- super(TotpTest, self).setUp()
+ super().setUp()
# clear norm_hash_name() cache so 'unknown hash' warnings get emitted each time
from passlib.crypto.digest import lookup_hash