Skip to content

Commit

Permalink
Add type hint
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <[email protected]>
  • Loading branch information
toomore committed Jul 31, 2024
1 parent a844f80 commit ac17916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/track.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import setting
from models.trackdb import TalkFavsDB, TrackDB

PRETALX_SETTING = {
PRETALX_SETTING: dict[str, dict[str, str]] = {
'2023': {
'domain': 'pretalx.coscup.org',
'event': 'coscup-2023',
Expand Down

0 comments on commit ac17916

Please sign in to comment.