Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 223f178

Browse files
committed
Join an unacceptably split line
1 parent 8850c25 commit 223f178

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

_tools/generate_release_cycle.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,7 @@ def format_year(year: int) -> str:
129129
"""Format year number for display"""
130130
return f"'{year % 100:02}"
131131

132-
with open(
133-
out_path, "w", encoding="UTF-8", newline="\n"
134-
) as f:
132+
with open(out_path, "w", encoding="UTF-8", newline="\n") as f:
135133
template.stream(
136134
SCALE=SCALE,
137135
diagram_width=DIAGRAM_WIDTH,

0 commit comments

Comments
 (0)