Skip to content

Commit

Permalink
[2024/18] remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
StarlitGhost committed Dec 19, 2024
1 parent bf4d270 commit 82df799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2024/18/script.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from GhostyUtils import aoc
from GhostyUtils.grid import Grid
from GhostyUtils.vec2 import Vec2, Dir
from GhostyUtils.vec2 import Vec2
from GhostyUtils.pathfinding import a_star, reconstruct_path
from functools import partial

Expand Down

0 comments on commit 82df799

Please sign in to comment.