Skip to content

Commit eca77f4

Browse files
artczclytaemnestra
andauthored
Update intbot/core/integrations/pretix.py
Co-authored-by: Mia Bajić <[email protected]>
1 parent a2e807b commit eca77f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intbot/core/integrations/pretix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
JsonType = dict[str, Any]
2525

2626

27-
def get_event_url(event):
27+
def get_event_url(event: str) -> str:
2828
assert event in PRETALX_EVENTS
2929

3030
pretix_url = "https://tickets.europython.eu"

0 commit comments

Comments
 (0)