Skip to content

Commit fd28a72

Browse files
committed
Cleaning
1 parent 1a7499c commit fd28a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aoc/2025/09/09.vn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def inter(self, ray):
5858
xs = sorted(set(x for x, y in inp))
5959
ys = sorted(set(y for x, y in inp))
6060

61-
original = inp
61+
6262
inp = [(xs.index(x), ys.index(y)) for x, y in inp]
6363

6464
edges = []

0 commit comments

Comments
 (0)