Преглед на файлове

fixup: remove unneeded imports

Thomas Waldmann преди 8 години
родител
ревизия
1b008f725c
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      src/borg/archive.py

+ 0 - 1
src/borg/archive.py

@@ -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