diff options
| author | Rapptz <[email protected]> | 2017-04-18 04:22:35 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-04-18 04:22:35 -0400 |
| commit | 1fc08bc5a2ad8bd8aba7b98c37eb6e9deeaa61c2 (patch) | |
| tree | 932ace1acd9ca51117876241a6710f61015a3378 /discord/utils.py | |
| parent | Properly cleanup of VoiceClients in cache. (diff) | |
| download | discord.py-1fc08bc5a2ad8bd8aba7b98c37eb6e9deeaa61c2.tar.xz discord.py-1fc08bc5a2ad8bd8aba7b98c37eb6e9deeaa61c2.zip | |
Remove unused imports.
Diffstat (limited to 'discord/utils.py')
| -rw-r--r-- | discord/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/utils.py b/discord/utils.py index 2c5ddc90..2f9f61f9 100644 --- a/discord/utils.py +++ b/discord/utils.py @@ -25,7 +25,7 @@ DEALINGS IN THE SOFTWARE. """ from re import split as re_split -from .errors import HTTPException, Forbidden, NotFound, InvalidArgument +from .errors import InvalidArgument import datetime from base64 import b64encode import asyncio |