Skip to content

Commit 5e1e306

Browse files
committed
wtf mypy
1 parent a341731 commit 5e1e306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

y2022/problem01/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ def part2(inp: str):
3333
this_elf.append(int(line))
3434

3535
sums = map(sum, calories) # type: ignore[arg-type]
36-
return sum(sorted(list(sums))[-3:])
36+
return sum(sorted(list(sums))[-3:]) # type: ignore[arg-type, type-var]

0 commit comments

Comments
 (0)