Browse Source

remove unused import

Antoine Beaupré 9 years ago
parent
commit
e554365765
1 changed files with 1 additions and 1 deletions
  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