We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e2fdb commit 82c63a2Copy full SHA for 82c63a2
scripts/insiders.py
@@ -168,6 +168,6 @@ def load_json(url: str) -> str | list | dict:
168
ongoing_goals = [goal for goal in goals.values() if not goal.complete]
169
unreleased_features = sorted(
170
(ft for ft in feature_list(ongoing_goals) if ft.since),
171
- key=lambda ft: cast(date, ft.since),
+ key=lambda ft: cast("date", ft.since),
172
reverse=True,
173
)
0 commit comments