From d58fc0cceed63b9536a2151168b0e40144ba5d81 Mon Sep 17 00:00:00 2001 From: Hornwitser Date: Tue, 12 Jun 2018 05:05:00 +0200 Subject: [lint] Remove unused imports Left over from various refactoring and rewrites. --- discord/http.py | 1 - 1 file changed, 1 deletion(-) (limited to 'discord/http.py') 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__) -- cgit v1.2.3