Explorar o código

Removed some unused imports

Jonas Borgström %!s(int64=11) %!d(string=hai) anos
pai
achega
c26d63b5fe
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      attic/archiver.py

+ 2 - 2
attic/archiver.py

@@ -13,8 +13,8 @@ from attic.cache import Cache
 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: