aboutsummaryrefslogtreecommitdiff
path: root/discord/shard.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-04-18 04:22:35 -0400
committerRapptz <[email protected]>2017-04-18 04:22:35 -0400
commit1fc08bc5a2ad8bd8aba7b98c37eb6e9deeaa61c2 (patch)
tree932ace1acd9ca51117876241a6710f61015a3378 /discord/shard.py
parentProperly cleanup of VoiceClients in cache. (diff)
downloaddiscord.py-1fc08bc5a2ad8bd8aba7b98c37eb6e9deeaa61c2.tar.xz
discord.py-1fc08bc5a2ad8bd8aba7b98c37eb6e9deeaa61c2.zip
Remove unused imports.
Diffstat (limited to 'discord/shard.py')
-rw-r--r--discord/shard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/shard.py b/discord/shard.py
index 7937e375..ebb28abe 100644
--- a/discord/shard.py
+++ b/discord/shard.py
@@ -27,7 +27,7 @@ DEALINGS IN THE SOFTWARE.
from .state import AutoShardedConnectionState
from .client import Client
from .gateway import *
-from .errors import ConnectionClosed, ClientException, InvalidArgument
+from .errors import ClientException, InvalidArgument
from . import compat
from .enums import Status