Flake fix.

This commit is contained in:
Itamar Turner-Trauring 2021-05-27 13:55:29 -04:00
parent 8be4acd7ec
commit 69c8305ae8

View File

@ -10,7 +10,6 @@ from future.utils import PY2
if PY2:
from future.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 six import ensure_text
from six.moves import StringIO
import os.path
from twisted.trial import unittest