Skip to content

Commit bfe786c

Browse files
committed
Maze Solver SbSp: Final QA Fix
1 parent 89e325d commit bfe786c

File tree

1 file changed

+1
-1
lines changed
  • python-maze-solver/source_code_final/src/maze_solver/view

1 file changed

+1
-1
lines changed

python-maze-solver/source_code_final/src/maze_solver/view/primitives.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def draw(self, **attributes) -> str:
5555
return "".join(line.draw(**attributes) for line in self)
5656

5757

58-
@dataclass
58+
@dataclass(frozen=True)
5959
class Rect:
6060
top_left: Point | None = None
6161

0 commit comments

Comments
 (0)