Skip to content

Commit 33cfc99

Browse files
committed
fix: black format
1 parent 89adf22 commit 33cfc99

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

osa_tool/run.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,9 @@ def main():
222222

223223
if plan.get("report"):
224224
try:
225-
report_generator = WhatHasBeenDoneReportGenerator(config_manager, plan.list_for_report, git_agent.metadata)
225+
report_generator = WhatHasBeenDoneReportGenerator(
226+
config_manager, plan.list_for_report, git_agent.metadata
227+
)
226228
report_generator.build_pdf()
227229
if create_fork and os.path.exists(report_generator.output_path):
228230
git_agent.upload_report(report_generator.filename, report_generator.output_path)

0 commit comments

Comments
 (0)