From 2102ba846593f31ab37b845ade020639e1354e7f Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Sun, 9 Jul 2023 17:05:00 +0300 Subject: [PATCH] output: fix formatting (#9716) Regression from https://github.com/iterative/dvc/pull/9715 --- dvc/output.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dvc/output.py b/dvc/output.py index a0fbab3e59..143dd518a1 100644 --- a/dvc/output.py +++ b/dvc/output.py @@ -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,