Fix lint.

This commit is contained in:
Itamar Turner-Trauring 2020-08-26 11:00:19 -04:00
parent d5ba10544e
commit b3460dcddc
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ from __future__ import unicode_literals
from future.utils import PY2 from future.utils import PY2
if PY2: if PY2:
from builtins import filter, map, zip, ascii, chr, hex, input, next, oct, open, pow, round, super, bytes, dict, list, object, range, str, max, min # noqa: F401 from builtins import filter, map, zip, ascii, chr, hex, input, next, oct, open, pow, round, super, bytes, dict, list, object, range, str, max, min # noqa: F401
from future.utils import native_str
from zope.interface import implementer from zope.interface import implementer
from twisted.internet import defer from twisted.internet import defer