Skip to content

Commit 7ee591e

Browse files
committed
Format with ruff
1 parent dc20d8f commit 7ee591e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/art/local/backend.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1439,7 +1439,9 @@ async def _experimental_fork_checkpoint(
14391439
step0_dir = get_step_checkpoint_dir(dest_model_dir, 0)
14401440
if os.path.exists(step0_dir) and step0_dir != dest_checkpoint_dir:
14411441
if verbose:
1442-
print(f"Overwriting initial checkpoint at {step0_dir} with forked weights")
1442+
print(
1443+
f"Overwriting initial checkpoint at {step0_dir} with forked weights"
1444+
)
14431445
shutil.rmtree(step0_dir)
14441446
shutil.copytree(dest_checkpoint_dir, step0_dir)
14451447

0 commit comments

Comments
 (0)