mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-09 04:31:21 +00:00
Flake fixes.
This commit is contained in:
parent
5c9294ebf1
commit
cdccb93179
@ -14,8 +14,9 @@ from future.utils import PY2
|
|||||||
if PY2: # XXX this is a hack that makes some tests pass on Python3, remove
|
if PY2: # XXX this is a hack that makes some tests pass on Python3, remove
|
||||||
# in the future
|
# in the future
|
||||||
from ..scripts import runner
|
from ..scripts import runner
|
||||||
|
# Imported for backwards compatibility:
|
||||||
from .common_py3 import (
|
from .common_py3 import (
|
||||||
SignalMixin, skip_if_cannot_represent_filename, ReallyEqualMixin,
|
SignalMixin, skip_if_cannot_represent_filename, ReallyEqualMixin, # noqa: F401
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user