Skip to content

Commit ad9ebee

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

generate.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ def get_completion_progress() -> (
8383
template = Template(Path('template.html').read_text())
8484

8585
output = template.render(
86-
completion_progress=get_completion_progress(),
87-
generation_time=generation_time,
86+
completion_progress=get_completion_progress(), generation_time=generation_time
8887
)
8988

9089
Path('index.html').write_text(output)

0 commit comments

Comments
 (0)