From cdccb931790910d8f5628d39f200615b512631cd Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Wed, 12 Aug 2020 15:48:07 -0400 Subject: [PATCH] Flake fixes. --- src/allmydata/test/common_util.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/allmydata/test/common_util.py b/src/allmydata/test/common_util.py index e16cca835..fd9699e27 100644 --- a/src/allmydata/test/common_util.py +++ b/src/allmydata/test/common_util.py @@ -14,8 +14,9 @@ from future.utils import PY2 if PY2: # XXX this is a hack that makes some tests pass on Python3, remove # in the future from ..scripts import runner +# Imported for backwards compatibility: from .common_py3 import ( - SignalMixin, skip_if_cannot_represent_filename, ReallyEqualMixin, + SignalMixin, skip_if_cannot_represent_filename, ReallyEqualMixin, # noqa: F401 )