fixup: remove unneeded imports

This commit is contained in:
Thomas Waldmann 2017-03-21 02:42:51 +01:00
parent b27cc37e85
commit 1b008f725c

View file

@ -34,7 +34,6 @@ from .helpers import safe_encode, safe_decode, make_path_safe, remove_surrogates
from .helpers import StableDict
from .helpers import bin_to_hex
from .helpers import safe_ns
from .helpers import int_to_bigint, bigint_to_int
from .helpers import ellipsis_truncate, ProgressIndicatorPercent, log_multi
from .helpers import PathPrefixPattern, FnmatchPattern
from .helpers import CompressionDecider1, CompressionDecider2, CompressionSpec