remove unused import

This commit is contained in:
Antoine Beaupré 2015-09-30 23:28:07 -04:00
parent 77ed6dec2b
commit e554365765
1 changed files with 1 additions and 1 deletions

View File

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