We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a341731 commit 5e1e306Copy full SHA for 5e1e306
y2022/problem01/__init__.py
@@ -33,4 +33,4 @@ def part2(inp: str):
33
this_elf.append(int(line))
34
35
sums = map(sum, calories) # type: ignore[arg-type]
36
- return sum(sorted(list(sums))[-3:])
+ return sum(sorted(list(sums))[-3:]) # type: ignore[arg-type, type-var]
0 commit comments