Skip to content

Commit

Permalink
Clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallory Wittwer committed Nov 14, 2023
1 parent 514f6de commit af7c901
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/napari_label_focus/_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ def __init__(self, napari_viewer):
self.viewer.layers.events.removed.connect(self._on_layer_change)
self._on_layer_change(None)

# import skimage.data; self.viewer.add_image(skimage.data.coins())
import skimage.data; self.viewer.add_image(skimage.data.brain())

def _on_layer_change(self, e):
self.cb.clear()
for x in self.viewer.layers:
Expand Down

0 comments on commit af7c901

Please sign in to comment.