From e47970590eb668e66e8e77a89ad74cafccb3369b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 10:43:36 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/roiextractors/segmentationextractor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roiextractors/segmentationextractor.py b/src/roiextractors/segmentationextractor.py index 06c17993..7694f478 100644 --- a/src/roiextractors/segmentationextractor.py +++ b/src/roiextractors/segmentationextractor.py @@ -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) \ No newline at end of file + return self._parent_segmentation.get_background_pixel_masks(background_ids=background_ids)