Skip to content

Commit d826651

Browse files
committed
add missing import of ellipse in morphology module
Signed-off-by: Gregory R. Lee <[email protected]>
1 parent 8b348c1 commit d826651

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/cucim/src/cucim/skimage/morphology/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
cube,
2121
diamond,
2222
disk,
23+
ellipse,
2324
footprint_from_sequence,
2425
footprint_rectangle,
2526
octagon,
@@ -66,6 +67,7 @@
6667
"footprint_rectangle",
6768
"diamond",
6869
"disk",
70+
"ellipse",
6971
"octahedron",
7072
"ball",
7173
"octagon",

0 commit comments

Comments
 (0)