Skip to content

Commit

Permalink
RUFF
Browse files Browse the repository at this point in the history
  • Loading branch information
rmatsuda committed Oct 15, 2024
1 parent dc41305 commit f5faf9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion invesalius/data/viewer_volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,9 @@ def __bind_events(self):
Publisher.subscribe(self.OnUnsetTarget, "Unset target")
Publisher.subscribe(self.OnUpdateAngleThreshold, "Update angle threshold")
Publisher.subscribe(self.OnUpdateDistanceThreshold, "Update distance threshold")
Publisher.subscribe(self.OnUpdateRobotWarning, "Robot to Neuronavigation: Update robot warning")
Publisher.subscribe(
self.OnUpdateRobotWarning, "Robot to Neuronavigation: Update robot warning"
)
Publisher.subscribe(self.OnUpdateTracts, "Update tracts")
Publisher.subscribe(self.OnUpdateEfieldvis, "Update efield vis")
Publisher.subscribe(self.InitializeColorArray, "Initialize color array")
Expand Down

0 comments on commit f5faf9b

Please sign in to comment.