Skip to content

Commit 4e53176

Browse files
improve type hints with entitysdk types
1 parent 7de62b8 commit 4e53176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

obi_one/scientific/tasks/ion_channel_modeling.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,10 +455,10 @@ def create_campaign_generation_entity(
455455
class IonChannelFittingSingleConfig(IonChannelFittingScanConfig, SingleConfigMixin):
456456
"""Only allows single values and ensures nested attributes follow the same rule."""
457457

458-
_single_entity: Any
458+
_single_entity: entitysdk.models.IonChannelModelingConfig
459459

460460
@property
461-
def single_entity(self) -> Any:
461+
def single_entity(self) -> entitysdk.models.IonChannelModelingConfig:
462462
return self._single_entity
463463

464464
def create_single_entity_with_config(

0 commit comments

Comments
 (0)