pylint fix

This commit is contained in:
Lex Berezhny 2018-08-23 02:56:25 -04:00
parent a27f89157e
commit 026bcd4d4d

View file

@ -1,6 +1,5 @@
import logging
from typing import Tuple, List, Sequence
from operator import itemgetter
import sqlite3
from twisted.internet import defer