Skip to content

Commit

Permalink
Remove session directory from interface
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Nov 3, 2024
1 parent 99c37dd commit 4566cd6
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@


class AindDataSchemaDataMapper(data_mapper_service.DataMapperService[TAdsObject], abc.ABC, Generic[TAdsObject]):
@property
@abc.abstractmethod
def session_directory(self) -> Optional[Path]: ...

@property
@abc.abstractmethod
def session_name(self) -> str: ...
Expand Down

0 comments on commit 4566cd6

Please sign in to comment.