Skip to content

Commit ae85ea8

Browse files
committed
Add missing / forgotten dummy object "MetadataOptions"
1 parent 747a365 commit ae85ea8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/imcflibs/imagej/_loci.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
DefaultMetadataOptions = None
3636
MetadataLevel = None
3737
DynamicMetadataOptions = None
38+
MetadataOptions = None
3839

3940
# perform the actual imports when running under Jython using `importlib` calls:
4041
import platform as _python_platform

0 commit comments

Comments
 (0)