diff --git a/aiida_restapi/models.py b/aiida_restapi/models.py index 3489a0e..bbd5f57 100644 --- a/aiida_restapi/models.py +++ b/aiida_restapi/models.py @@ -286,7 +286,7 @@ def from_orm(cls, obj: orm.Group) -> orm.Group: """Convert from ORM object. Args: - obj: The ORM object to convert + obj: The ORM entity to convert Returns: The converted Group object