aboutsummaryrefslogtreecommitdiff
path: root/discord/http.py
diff options
context:
space:
mode:
authorHornwitser <[email protected]>2018-06-12 05:05:00 +0200
committerRapptz <[email protected]>2018-08-22 21:43:50 -0400
commitd58fc0cceed63b9536a2151168b0e40144ba5d81 (patch)
tree05ad3b3f98c107f08d9b186458333469f006a9b5 /discord/http.py
parentFix Reaction.users documentation (diff)
downloaddiscord.py-d58fc0cceed63b9536a2151168b0e40144ba5d81.tar.xz
discord.py-d58fc0cceed63b9536a2151168b0e40144ba5d81.zip
[lint] Remove unused imports
Left over from various refactoring and rewrites.
Diffstat (limited to 'discord/http.py')
-rw-r--r--discord/http.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/discord/http.py b/discord/http.py
index a40db343..dac71681 100644
--- a/discord/http.py
+++ b/discord/http.py
@@ -30,7 +30,6 @@ import json
import sys
import logging
import weakref
-import datetime
from urllib.parse import quote as _uriquote
log = logging.getLogger(__name__)