fix(ci): typing

This commit is contained in:
Barrett Ruth 2025-09-21 00:15:23 -04:00
parent 9deedec15a
commit 7a027c7379
3 changed files with 11 additions and 7 deletions

View file

@ -247,7 +247,7 @@ def scrape_contests() -> list[ContestSummary]:
try:
name = name.encode().decode("unicode_escape")
except:
except (UnicodeDecodeError, UnicodeEncodeError):
pass
name = (