Skip to content

Commit ba10f1d

Browse files
committed
style: Format
1 parent a4c387c commit ba10f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/scripts/{% if insiders %}insiders.py{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,6 @@ goals = funding_goals(data_source, funding=current_funding)
170170
ongoing_goals = [goal for goal in goals.values() if not goal.complete]
171171
unreleased_features = sorted(
172172
(ft for ft in feature_list(ongoing_goals) if ft.since),
173-
key=lambda ft: cast(date, ft.since),
173+
key=lambda ft: cast("date", ft.since),
174174
reverse=True,
175175
)

0 commit comments

Comments
 (0)