Skip to content

Commit

Permalink
Merge branch 'conversion_test' of github.com:catalystneuro/IBL-to-nwb…
Browse files Browse the repository at this point in the history
… into conversion_test
  • Loading branch information
grg2rsr committed Dec 17, 2024
2 parents 22feb6a + e608b5d commit d4b80ef
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 d4b80ef

Please sign in to comment.