Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
legnaleurc committed Dec 15, 2023
1 parent 1eea40f commit 6e50526
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions driveutil/fix-hah/app/_main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from asyncio import sleep
from concurrent.futures import ProcessPoolExecutor, Executor
from logging.config import dictConfig
from pathlib import Path
Expand Down Expand Up @@ -38,7 +37,6 @@ async def main(args: list[str]) -> int:
await _migrate(
child, drive=drive, pool=pool, tmp=work_path, parent=node
)
await sleep(60)
return 0


Expand Down

0 comments on commit 6e50526

Please sign in to comment.