Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 2, 2022
1 parent f832aea commit cbd67e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dvclive/live.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,7 @@ def make_report(self):
with TemporaryDirectory() as tmpdir:
file = Path(tmpdir) / "report.md"
file.write_text(report)
subprocess.run(
["cml", "send-comment", str(file)], check=True
)
subprocess.run(["cml", "send-comment", str(file)], check=True)
return True

def read_step(self):
Expand Down

0 comments on commit cbd67e8

Please sign in to comment.