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 ba14c18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contests.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ 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 ba14c18

Please sign in to comment.