[lint] Remove unused imports

Left over from various refactoring and rewrites.
This commit is contained in:
Hornwitser
2018-08-22 21:43:50 -04:00
committed by Rapptz
parent a329565e74
commit d58fc0ccee
16 changed files with 3 additions and 21 deletions
-1
View File
@@ -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__)