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 9, 2024
1 parent 4182606 commit 64aa0dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/neuroconv/datainterfaces/ophys/thor/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
roiextractors[thor]
roiextractors[thor]
12 changes: 8 additions & 4 deletions src/neuroconv/datainterfaces/ophys/thor/thorimaginginterface.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
from roiextractors.extractors.thorextractors.thorimagingextractor import ThorTiffImagingExtractor

from neuroconv.datainterfaces.ophys.baseimagingextractorinterface import BaseImagingExtractorInterface
from neuroconv.utils import FilePathType, DeepDict
from roiextractors.extractors.thorextractors.thorimagingextractor import (
ThorTiffImagingExtractor,
)

from neuroconv.datainterfaces.ophys.baseimagingextractorinterface import (
BaseImagingExtractorInterface,
)
from neuroconv.utils import DeepDict, FilePathType


class ThorTiffImagingInterface(BaseImagingExtractorInterface):
Expand Down

0 comments on commit 64aa0dc

Please sign in to comment.