mirror of https://github.com/borgbackup/borg.git
flake8 cleanup broke the upgrader, re-import Repository
This commit is contained in:
parent
03d381c2f9
commit
05c4255620
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue