Skip to content

Commit

Permalink
fix pylint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenwagner committed Mar 6, 2024
1 parent a325005 commit af5e0cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/napari_tomotwin/load_umap_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def select_file_clicked():
self.plotter_widget: PlotterWidget = None
self.plotter_widget_run_func = None
self.plotter_Widget_dock = None
self.cluster_widget_dock = None
self.nvidia_available = True
self.load_umap_tool: LoadUmapTool

Check warning on line 63 in src/napari_tomotwin/load_umap_widget.py

View check run for this annotation

Codecov / codecov/patch

src/napari_tomotwin/load_umap_widget.py#L52-L63

Added lines #L52 - L63 were not covered by tests

Expand Down

0 comments on commit af5e0cc

Please sign in to comment.