Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
lancelote committed Dec 15, 2024
1 parent 1d1d1eb commit c2b9c40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/year2024/day12a.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def from_point(

if not (0 <= nr < rows and 0 <= nc < cols):
region.perimeter += 1
# todo: flaky false positive below
elif data[nr][nc] != region.key:
region.perimeter += 1
elif (nr, nc) not in seen:
Expand Down

0 comments on commit c2b9c40

Please sign in to comment.