mirror of
https://github.com/borgbackup/borg.git
synced 2026-02-20 00:10:35 -05:00
remove unused import
This commit is contained in:
parent
77ed6dec2b
commit
e554365765
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue