Skip to content

Commit 82df799

Browse files
committed
[2024/18] remove unused import
1 parent bf4d270 commit 82df799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2024/18/script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from GhostyUtils import aoc
22
from GhostyUtils.grid import Grid
3-
from GhostyUtils.vec2 import Vec2, Dir
3+
from GhostyUtils.vec2 import Vec2
44
from GhostyUtils.pathfinding import a_star, reconstruct_path
55
from functools import partial
66

0 commit comments

Comments
 (0)