Skip to content

Commit 9b10709

Browse files
committed
Day 15, formatting
1 parent b122505 commit 9b10709

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

solutions/day15.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,11 @@ def get_boxes(
141141
)
142142

143143
def can_move(
144-
self, grid: List[List[str]], edges: List[Tuple[int, int]], dir_y: int, dir_x: int
144+
self,
145+
grid: List[List[str]],
146+
edges: List[Tuple[int, int]],
147+
dir_y: int,
148+
dir_x: int,
145149
) -> bool:
146150
"""Check if boxes can be moved in the specified direction.
147151

0 commit comments

Comments
 (0)