diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-15 15:43:16 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-15 15:43:33 +0100 |
| commit | 56e7e0b332bcc01953d875db9fd30bcaa41be1df (patch) | |
| tree | 17aa2075ae4ea51682b38c0d7ebef094d1975687 /gamelocker | |
| parent | 50a8ed90f340167d9ecfb7c61a0535797bda476c (diff) | |
| download | python-gamelocker-56e7e0b332bcc01953d875db9fd30bcaa41be1df.tar.gz python-gamelocker-56e7e0b332bcc01953d875db9fd30bcaa41be1df.zip | |
remove unused imports
Diffstat (limited to 'gamelocker')
| -rw-r--r-- | gamelocker/api.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gamelocker/api.py b/gamelocker/api.py index 2e4faf9..6857eba 100644 --- a/gamelocker/api.py +++ b/gamelocker/api.py @@ -8,10 +8,8 @@ requests.api This module implements the Gamelocker API. """ -import inspect import datetime import requests -import requests_jwt import gamelocker.datatypes |
