Skip to content

Commit ed3248d

Browse files
committed
Pre-commit fixes
1 parent 25b606b commit ed3248d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

zstash/update.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,7 @@
1111
from .globus import globus_activate, globus_finalize
1212
from .hpss import hpss_get, hpss_put
1313
from .hpss_utils import add_files
14-
from .settings import (
15-
DEFAULT_CACHE,
16-
TIME_TOL,
17-
FilesRow,
18-
TupleFilesRow,
19-
config,
20-
get_db_filename,
21-
logger,
22-
)
14+
from .settings import DEFAULT_CACHE, TIME_TOL, config, get_db_filename, logger
2315
from .transfer_tracking import TransferManager
2416
from .utils import get_files_to_archive_with_stats, update_config
2517

0 commit comments

Comments
 (0)