diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_api_jws.py | 1 | ||||
-rw-r--r-- | tests/test_api_jwt.py | 1 | ||||
-rw-r--r-- | tests/utils.py | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_api_jws.py b/tests/test_api_jws.py index 4e440bd..60671a2 100644 --- a/tests/test_api_jws.py +++ b/tests/test_api_jws.py @@ -1,6 +1,5 @@ import json - from decimal import Decimal from jwt.algorithms import Algorithm diff --git a/tests/test_api_jwt.py b/tests/test_api_jwt.py index 8ce3f2c..a1fbe78 100644 --- a/tests/test_api_jwt.py +++ b/tests/test_api_jwt.py @@ -1,7 +1,6 @@ import json import time - from calendar import timegm from datetime import datetime, timedelta from decimal import Decimal diff --git a/tests/utils.py b/tests/utils.py index 79c77b0..be189f2 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -1,6 +1,5 @@ import os import struct - from calendar import timegm from datetime import datetime |