mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-27 14:30:19 +00:00
Fix flake.
This commit is contained in:
parent
70c0607789
commit
9d13e82db7
@ -14,8 +14,6 @@ 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
|
||||||
|
|
||||||
import warnings
|
|
||||||
|
|
||||||
from twisted.python.reflect import (
|
from twisted.python.reflect import (
|
||||||
namedModule,
|
namedModule,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user