diff options
| author | Rapptz <[email protected]> | 2018-06-10 18:16:40 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2018-06-10 18:16:40 -0400 |
| commit | c67d95327eec74f7e796fd78b65d48e29d9a449d (patch) | |
| tree | 015c4351d7942bf70b17817015a0170e6dfc8893 /discord/context_managers.py | |
| parent | Drop support for Python 3.4 and make minimum version 3.5.2. (diff) | |
| download | discord.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.py | 2 |
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: |