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

Skip to content

Commit 46d1181

Browse files
committed
Fix code suggestion application
1 parent 36fb09f commit 46d1181

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

_tools/generate_release_cycle.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ def write_svg(self) -> None:
9999
ver['end_of_life_date'] for ver in self.sorted_versions
100100
)
101101

102-
def date_to_x(date):
103102
def date_to_x(date: dt.date) -> float:
104103
"""Convert datetime.date to an SVG X coordinate"""
105104
num_days = (date - first_date).days

0 commit comments

Comments
 (0)