Skip to content

Commit

Permalink
Merge pull request #87 from goanpeca/fix/remove-todo
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca authored Jul 24, 2024
2 parents 6a17eca + 68a6474 commit c48deb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,4 @@ target/
# spyder stuff
.spyproject/

.env
2 changes: 0 additions & 2 deletions napari_plugin_manager/qt_plugin_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@
from napari_plugin_manager.qt_widgets import ClickableLabel
from napari_plugin_manager.utils import is_conda_package

# TODO: add error icon and handle pip install errors

# Scaling factor for each list widget item when expanding.
CONDA = 'Conda'
PYPI = 'PyPI'
Expand Down

0 comments on commit c48deb2

Please sign in to comment.