Skip to content

Commit

Permalink
style: Format
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Feb 27, 2024
1 parent 2fe2b47 commit 89f752a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/insiders.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ def load_goals(data: str, funding: int = 0, project: Project | None = None) -> d
Feature(
name=feature_data["name"],
ref=feature_data.get("ref"),
since=feature_data.get("since")
and datetime.strptime(feature_data["since"], "%Y/%m/%d").date(), # noqa: DTZ007
since=feature_data.get("since") and datetime.strptime(feature_data["since"], "%Y/%m/%d").date(), # noqa: DTZ007
project=project,
)
for feature_data in goal_data["features"]
Expand Down

0 comments on commit 89f752a

Please sign in to comment.