Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Jul 17, 2024
1 parent 4a5e9c5 commit c4e8f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pynwb/ndx_microscopy/testing/_mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def mock_VolumetricImagingSpace(
def mock_MicroscopySegmentations(
name: Optional[str] = None,
microscopy_plane_segmentations: Optional[Iterable[ndx_microscopy.MicroscopyPlaneSegmentation]] = None,
) -> ndx_microscopy.MicroscopyImageSegmentation:
) -> ndx_microscopy.MicroscopySegmentations:
name = name or name_generator("MicroscopySegmentations")
microscopy_plane_segmentations = microscopy_plane_segmentations or [mock_MicroscopyPlaneSegmentation()]

Expand Down

0 comments on commit c4e8f3a

Please sign in to comment.