Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrhm committed Oct 1, 2024
1 parent f398259 commit 03bf7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def paintEvent(self, event):
self.resize(self.renderer.defaultSize())
self.renderer.render(painter)

def update(self): # type: ignore[override]
def update(self): # type: ignore[override]
rclpy.spin_once(self.viz)
with self.state_machine.mutex:
if self.graph is None or self.state_machine.needs_redraw:
Expand Down

0 comments on commit 03bf7b6

Please sign in to comment.