diff options
author | Mark Adams <mark@markadams.me> | 2017-11-26 22:36:32 -0600 |
---|---|---|
committer | Mark Adams <mark@markadams.me> | 2017-11-26 22:36:32 -0600 |
commit | 816678fa5845716fabe190b232bf49a2e57f4d98 (patch) | |
tree | fb9b6a60673b0456ae598820ec8138dfcff63ddf /tests/test_api_jwt.py | |
parent | 6c7b8dffa64963aa257b59013853c876b9399f4a (diff) | |
download | pyjwt-improve-usage.tar.gz |
flake8: Fix a couple of linting errors due to a new version of flake8-import-orderimprove-usage
Diffstat (limited to 'tests/test_api_jwt.py')
-rw-r--r-- | tests/test_api_jwt.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |