Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: jaimergp <jaimergp@users.noreply.github.com>
  • Loading branch information
dalthviz and jaimergp authored Nov 22, 2024
1 parent 38f5045 commit 12207a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions napari_plugin_manager/base_qt_plugin_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -1190,11 +1190,10 @@ def _loading_gif(self):
Movie to use to indicate something is loading.
This should return an instance of `QMovie` with a scaled size fo 18x18
"""
raise NotImplementedError

def _on_bundle(self):
def _on_bundle(self) -> bool:
"""
If the current installation comes from a bundle/standalone approach or not.
Expand Down

0 comments on commit 12207a7

Please sign in to comment.