Skip to content

Commit 4f0f16b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 66daf24 commit 4f0f16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/dvclive/live.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def __init__(
8282
resume: bool = False,
8383
report: Literal["md", "notebook", "html", None] = None,
8484
save_dvc_exp: bool = True,
85-
dvcyaml: Union[str, os.PathLike, bool, None] = "dvc.yaml",
85+
dvcyaml: Union[str, os.PathLike, bool, None] = "dvc.yaml",
8686
cache_images: bool = False,
8787
exp_name: Optional[str] = None,
8888
exp_message: Optional[str] = None,

0 commit comments

Comments
 (0)