Skip to content

Commit 86fd6ab

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intbot/core/integrations/pretalx.py

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

2727

28-
def get_event_url(event):
28+
def get_event_url(event: str) -> str:
2929
assert event in PRETALX_EVENTS
3030

3131
return f"https://pretalx.com/api/events/{event}/"

0 commit comments

Comments
 (0)