flake8 cleanup broke the upgrader, re-import Repository

This commit is contained in:
Antoine Beaupré 2015-10-20 19:54:57 -04:00
parent 03d381c2f9
commit 05c4255620
1 changed files with 1 additions and 0 deletions

View File

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