Skip to content

Commit 39ec2ec

Browse files
committed
add to imports
1 parent 90482cd commit 39ec2ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

emannotationschemas/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
DigitalTwinPropertiesBCM,
5353
)
5454
from emannotationschemas.schemas.glia_contact import GliaContact
55-
from emannotationschemas.schemas.groups import SimpleGroup
55+
from emannotationschemas.schemas.groups import SimpleGroup, SimpleGroupIndexed
5656
from emannotationschemas.schemas.neuropil import FlyNeuropil
5757
from emannotationschemas.schemas.nucleus_detection import NucleusDetection
5858
from emannotationschemas.schemas.postsynaptic_compartment import PostsynapticCompartment
@@ -124,6 +124,7 @@
124124
"representative_point": RepresentativePoint,
125125
"reference_synapse_valid": ValidSynapse,
126126
"reference_simple_group": SimpleGroup,
127+
"reference_simple_group_indexed": SimpleGroupIndexed,
127128
"fly_cell_type": FlyCellType,
128129
"fly_cell_type_ext": FlyCellTypeExt,
129130
"braincircuits_annotation_user": BrainCircuitsBoundTagAnnotationUser,

0 commit comments

Comments
 (0)