Skip to content

Commit

Permalink
ready for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
spreka committed Dec 14, 2023
1 parent 6e4db29 commit 9f4bfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/napari_annotatorj/_dock_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

# suppress numpy's FutureWarning: numpy\core\numeric.py:2449: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison!
warnings.filterwarnings('ignore', category=FutureWarning)

# mod for new release

class AnnotatorJ(QWidget):
# your QWidget.__init__ can optionally request the napari viewer instance
Expand Down

0 comments on commit 9f4bfb8

Please sign in to comment.