Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Nov 12, 2024
1 parent c4e365d commit 042098d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(
self.obstacles: List[Obstacle] = []

# used for keeping track and rendering multiple polygons
self.rendering_polygons: ObservableList = ObservableList(self._graphics_changed)
self.rendering_polygons: ObservableList = ObservableList(self._graphics_changed)

def keyPressEvent(self, event: QtGui.QKeyEvent) -> None:
"""Responding to key events that are going to push obstacles to the stack or add point
Expand Down

0 comments on commit 042098d

Please sign in to comment.