aboutsummaryrefslogtreecommitdiff
path: root/discord/client.py
diff options
context:
space:
mode:
authorTarek <[email protected]>2020-09-21 09:36:58 +0200
committerGitHub <[email protected]>2020-09-21 03:36:58 -0400
commit7f17dc79a6e2dece4a8e37b8c3ac18bfe3b1d49d (patch)
tree87c85d078110d4c0c8a8937f0f6a6637fb169273 /discord/client.py
parentAdd bot.listen() suggestion to on_message faq (diff)
downloaddiscord.py-7f17dc79a6e2dece4a8e37b8c3ac18bfe3b1d49d.tar.xz
discord.py-7f17dc79a6e2dece4a8e37b8c3ac18bfe3b1d49d.zip
Remove namedtuples to better future guard the library
Diffstat (limited to 'discord/client.py')
-rw-r--r--discord/client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py
index 59be489a..f0c1fee6 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -25,7 +25,6 @@ DEALINGS IN THE SOFTWARE.
"""
import asyncio
-from collections import namedtuple
import logging
import signal
import sys