Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanito98 committed May 14, 2024
1 parent 6ab6d99 commit 0402aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contests.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def upsertContest(
client.contest.removeGroupAdmin(contest_alias=alias, group=group)

# Adding problems
targetProblems: Sequence[Dict] = contestConfig.get('problems', [])
targetProblems: Sequence[Dict[str, Any]] = contestConfig.get('problems', [])

allProblems = client.contest.problems(contest_alias=alias)
problems = {
Expand Down

0 comments on commit 0402aac

Please sign in to comment.