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 May 16, 2024
1 parent c54c052 commit a9153f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ def __init__(self, folder_path: str, pattern: str, sampling_frequency: float):
TiffImagingExtractor(file_path=x, sampling_frequency=sampling_frequency) for x in self.tif_paths
]
super().__init__(imaging_extractors=imaging_extractors)
self._kwargs.update({"folder_path": folder_path})
self._kwargs.update({"folder_path": folder_path})

0 comments on commit a9153f1

Please sign in to comment.