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 Dec 17, 2024
1 parent 1ab3d11 commit e608b5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ibl_to_nwb/datainterfaces/_ibl_sorting_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
from pydantic import DirectoryPath

from ._ibl_sorting_extractor import IblSortingExtractor
from typing import Optional
from pydantic import DirectoryPath


class IblSortingInterface(BaseSortingExtractorInterface):
Extractor = IblSortingExtractor

def __init__(self, session: str, cache_folder: Optional[DirectoryPath] = None, revision=None):
super().__init__(session=session, cache_folder=cache_folder, revision=revision)

def get_metadata(self) -> dict:
metadata = super().get_metadata()

Expand Down

0 comments on commit e608b5d

Please sign in to comment.