Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 25, 2024
1 parent 036775e commit e479705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/roiextractors/segmentationextractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,4 +558,4 @@ def get_roi_pixel_masks(self, roi_ids: Optional[ArrayLike] = None) -> List[np.nd
return self._parent_segmentation.get_roi_pixel_masks(roi_ids=roi_ids)

def get_background_pixel_masks(self, background_ids: Optional[ArrayLike] = None) -> List[np.ndarray]:
return self._parent_segmentation.get_background_pixel_masks(background_ids=background_ids)
return self._parent_segmentation.get_background_pixel_masks(background_ids=background_ids)

0 comments on commit e479705

Please sign in to comment.