Fix flake.

This commit is contained in:
Itamar Turner-Trauring 2021-02-24 14:44:29 -05:00
parent 70c0607789
commit 9d13e82db7

@ -14,8 +14,6 @@ from future.utils import 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
import warnings
from twisted.python.reflect import (
namedModule,
)