Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca committed Jul 29, 2024
1 parent 0477cc8 commit a27b6b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion napari_plugin_manager/qt_plugin_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,6 @@ def hideAll(self):
item.setHidden(not item.widget.is_busy())

Check warning on line 840 in napari_plugin_manager/qt_plugin_dialog.py

View check run for this annotation

Codecov / codecov/patch

napari_plugin_manager/qt_plugin_dialog.py#L837-L840

Added lines #L837 - L840 were not covered by tests



class QtPluginDialog(QDialog):
MAX_PLUGIN_SEARCH_ITEMS = 20

Check warning on line 844 in napari_plugin_manager/qt_plugin_dialog.py

View check run for this annotation

Codecov / codecov/patch

napari_plugin_manager/qt_plugin_dialog.py#L844

Added line #L844 was not covered by tests

Expand Down

0 comments on commit a27b6b6

Please sign in to comment.