diff --git a/src/roiextractors/extractors/tiffimagingextractors/tiffimagingextractor.py b/src/roiextractors/extractors/tiffimagingextractors/tiffimagingextractor.py index 7a4a7865..7cb35e09 100644 --- a/src/roiextractors/extractors/tiffimagingextractors/tiffimagingextractor.py +++ b/src/roiextractors/extractors/tiffimagingextractors/tiffimagingextractor.py @@ -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}) \ No newline at end of file + self._kwargs.update({"folder_path": folder_path})