Sfoglia il codice sorgente

flake8 cleanup broke the upgrader, re-import Repository

Antoine Beaupré 9 anni fa
parent
commit
05c4255620
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      borg/testsuite/upgrader.py

+ 1 - 0
borg/testsuite/upgrader.py

@@ -13,6 +13,7 @@ from ..upgrader import AtticRepositoryUpgrader, AtticKeyfileKey
 from ..helpers import get_keys_dir
 from ..key import KeyfileKey
 from ..remote import RemoteRepository
+from ..repository import Repository
 
 
 def repo_valid(path):