Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcleeve2 committed Feb 18, 2025
1 parent 87af7fa commit dbb6846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/odemis/gui/cont/tabs/fibsem_tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def __init__(self, name, button, panel, main_frame, main_data):
fib_stream_cont = self._streambar_controller.addStream(self.fib_stream, add_to_view=True)
fib_stream_cont.stream_panel.show_remove_btn(False)

self._feature_panel_controller = CryoFeatureController(tab_data, panel, self,
self._feature_panel_controller = CryoFeatureController(tab_data, panel, self,
mode=guimod.AcquiMode.FIBSEM)

self._acquired_stream_controller = CryoFIBAcquiredStreamsController(
Expand Down

0 comments on commit dbb6846

Please sign in to comment.