Skip to content

Commit

Permalink
Flake fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
itamarst committed May 28, 2021
1 parent 64f6ccd commit b509ff6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/allmydata/test/cli/test_backup.py
Expand Up @@ -6,16 +6,14 @@
from __future__ import print_function
from __future__ import unicode_literals

from future.utils import PY2, PY3
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_str

import os.path
from six.moves import cStringIO as StringIO
from datetime import timedelta
import re
import locale

from twisted.trial import unittest
from twisted.python.monkey import MonkeyPatcher
Expand Down

0 comments on commit b509ff6

Please sign in to comment.