Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgleith committed Apr 30, 2024
1 parent 2f28fee commit ea4dfd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tito_slack/tito_slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
REGISTRATIONS_URL = "https://api.tito.io/v3/{account}/{event}/registrations"


def get_tito_tickets(tito_key: str, account: str, event: str) -> Generator[dict]:
def get_tito_tickets(
tito_key: str, account: str, event: str
) -> Generator[dict, dict, dict]:
"""
Get a list of tickets from Tito
"""
Expand Down

0 comments on commit ea4dfd9

Please sign in to comment.