Browse Source

remove unused import

Antoine Beaupré 10 năm trước cách đây
mục cha
commit
e554365765
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      borg/converter.py

+ 1 - 1
borg/converter.py

@@ -1,7 +1,7 @@
 from binascii import hexlify
 import os
 
-from .helpers import IntegrityError, get_keys_dir
+from .helpers import get_keys_dir
 from .repository import Repository, MAGIC
 from .key import KeyfileKey, KeyfileNotFoundError