diff options
Diffstat (limited to 'discord/http.py')
| -rw-r--r-- | discord/http.py | 1 |
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__) |