Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Aug 5, 2024
1 parent 84f562f commit 553dcf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tutorial/tutorial/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def get_signups_for_date(self, date: datetime) -> Sequence[Signup]:
return sorted(signups, key=lambda x: x["registered_at"])

def get_signups_for_dates(
self, start_date: datetime, end_date: Union[datetime, None] = None
self, start_date: datetime, end_date: Union[datetime, None] = None
) -> Sequence[Signup]:
signups = []

Expand Down

0 comments on commit 553dcf5

Please sign in to comment.