diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2020-09-12 23:40:56 +0200 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2020-09-12 23:45:19 +0200 |
commit | 8a46ea8ef3df521a518d408aa70ec17fbd0370b5 (patch) | |
tree | d9dddb9d3e6a81a16941f6280a2afdcd13d8c951 /swiftstory/Client.py | |
parent | 8d2f12821955beff5839c11b16d82c0e2a87917b (diff) |
Remove unused imports
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'swiftstory/Client.py')
-rw-r--r-- | swiftstory/Client.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/swiftstory/Client.py b/swiftstory/Client.py index 5116f51..6f98301 100644 --- a/swiftstory/Client.py +++ b/swiftstory/Client.py @@ -1,8 +1,6 @@ import asyncio -import websockets from swiftstory.Status import error -from swiftstory.Game import Game class Client: |