From 8a46ea8ef3df521a518d408aa70ec17fbd0370b5 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sat, 12 Sep 2020 23:40:56 +0200 Subject: Remove unused imports Signed-off-by: Olivier Gayot --- swiftstory/Client.py | 2 -- swiftstory/Game.py | 1 - 2 files changed, 3 deletions(-) (limited to 'swiftstory') 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: diff --git a/swiftstory/Game.py b/swiftstory/Game.py index 93502bd..bcf9b64 100644 --- a/swiftstory/Game.py +++ b/swiftstory/Game.py @@ -1,4 +1,3 @@ -import json import random from swiftstory.Player import Player -- cgit v1.2.3