Skip to content

Commit

Permalink
Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
rmatsuda committed Sep 30, 2024
1 parent 6ef2f9b commit f333ff0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions invesalius/gui/dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3861,9 +3861,7 @@ def __init__(

self.tracker_id = tracker.GetTrackerId()
self.obj_id = 2 # the index of the object in coord_raw
self.show_sensor_options: bool = (
self.tracker_id in const.TRACKERS_WITH_SENSOR_OPTIONS
)
self.show_sensor_options: bool = self.tracker_id in const.TRACKERS_WITH_SENSOR_OPTIONS
self.coil_path = None
self.polydata = None

Expand Down

0 comments on commit f333ff0

Please sign in to comment.