Skip to content

Commit

Permalink
output: fix formatting
Browse files Browse the repository at this point in the history
Regression from #9715
  • Loading branch information
efiop authored Jul 9, 2023
1 parent d736d0a commit 91b19ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dvc/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,9 @@ def add( # noqa: C901
otransfer(staging, self.cache, {obj.hash_info}, hardlink=relink, shallow=False)

if relink:
with CheckoutCallback(desc=f"Checking out {path}", unit="files") as callback:
with CheckoutCallback(
desc=f"Checking out {path}", unit="files"
) as callback:
self._checkout(
path,
self.fs,
Expand Down

0 comments on commit 91b19ce

Please sign in to comment.