Skip to content

Commit 2bb7cd8

Browse files
nedbathugovk
andauthored
Update _tools/generate_release_cycle.py
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent e43873f commit 2bb7cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tools/generate_release_cycle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def parse_date(date_str: str) -> dt.date:
2828
class Versions:
2929
"""For converting JSON to CSV and SVG."""
3030

31-
def __init__(self, limit_to_active=False, special_py27=False) -> None:
31+
def __init__(self, *, limit_to_active=False, special_py27=False) -> None:
3232
with open("include/release-cycle.json", encoding="UTF-8") as in_file:
3333
self.versions = json.load(in_file)
3434

0 commit comments

Comments
 (0)