mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 17:27:31 +00:00
Removed some unused imports
This commit is contained in:
parent
1ee159a939
commit
c26d63b5fe
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@
|
|||
from attic.key import key_creator
|
||||
from attic.helpers import Error, location_validator, format_time, \
|
||||
format_file_mode, ExcludePattern, exclude_path, adjust_patterns, to_localtime, \
|
||||
get_cache_dir, get_keys_dir, format_timedelta, prune_split, Manifest, Location, remove_surrogates
|
||||
from attic.remote import RepositoryServer, RemoteRepository, ConnectionClosed
|
||||
get_cache_dir, get_keys_dir, format_timedelta, prune_split, Manifest, remove_surrogates
|
||||
from attic.remote import RepositoryServer, RemoteRepository
|
||||
|
||||
|
||||
class Archiver:
|
||||
|
|
Loading…
Reference in a new issue