From 4566cd69030aabbff1227310b5c92ef207cb8f75 Mon Sep 17 00:00:00 2001 From: bruno-f-cruz <7049351+bruno-f-cruz@users.noreply.github.com> Date: Sun, 3 Nov 2024 12:35:08 -0800 Subject: [PATCH] Remove session directory from interface --- .../data_mappers/aind_data_schema.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/aind_behavior_experiment_launcher/data_mappers/aind_data_schema.py b/src/aind_behavior_experiment_launcher/data_mappers/aind_data_schema.py index f7753ee..f59beaa 100644 --- a/src/aind_behavior_experiment_launcher/data_mappers/aind_data_schema.py +++ b/src/aind_behavior_experiment_launcher/data_mappers/aind_data_schema.py @@ -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: ...