aboutsummaryrefslogtreecommitdiff
path: root/discord/context_managers.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/context_managers.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/context_managers.py')
-rw-r--r--discord/context_managers.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/discord/context_managers.py b/discord/context_managers.py
index 94f817d4..442dd3e1 100644
--- a/discord/context_managers.py
+++ b/discord/context_managers.py
@@ -26,8 +26,6 @@ DEALINGS IN THE SOFTWARE.
import asyncio
-from .compat import create_task
-
def _typing_done_callback(fut):
# just retrieve any exception and call it a day
try: