Skip to content

Commit 98d84f6

Browse files
committed
put import at correct location
1 parent f697618 commit 98d84f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/napari_matplotlib/scatter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .util import Interval
99

1010
__all__ = ["ScatterBaseWidget", "ScatterWidget",
11-
"FeaturesScatterWidget", "FeaturesHistogramWidget"]
11+
"FeaturesScatterWidget"]
1212

1313

1414
class ScatterBaseWidget(NapariMPLWidget):

0 commit comments

Comments
 (0)