From 91b19ce6ea9f3bac7dc2a6ead010267173999c0b Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Sun, 9 Jul 2023 16:38:57 +0300 Subject: [PATCH] output: fix formatting 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,