aboutsummaryrefslogtreecommitdiff
path: root/discord/state.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2018-06-10 18:16:40 -0400
committerRapptz <[email protected]>2018-06-10 18:16:40 -0400
commitc67d95327eec74f7e796fd78b65d48e29d9a449d (patch)
tree015c4351d7942bf70b17817015a0170e6dfc8893 /discord/state.py
parentDrop support for Python 3.4 and make minimum version 3.5.2. (diff)
downloaddiscord.py-c67d95327eec74f7e796fd78b65d48e29d9a449d.tar.xz
discord.py-c67d95327eec74f7e796fd78b65d48e29d9a449d.zip
Remove dead package references.
Diffstat (limited to 'discord/state.py')
-rw-r--r--discord/state.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/state.py b/discord/state.py
index 0e398583..8be77ec7 100644
--- a/discord/state.py
+++ b/discord/state.py
@@ -36,7 +36,7 @@ from .member import Member
from .role import Role
from .enums import ChannelType, try_enum, Status
from .calls import GroupCall
-from . import utils, compat
+from . import utils
from .embeds import Embed
from collections import deque, namedtuple, OrderedDict