Skip to content

Commit

Permalink
Remove false information from docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Zwerschke <c.zwerschke@dkfz-heidelberg.de>
  • Loading branch information
lkuchenb and Cito committed May 15, 2024
1 parent cc1cca7 commit e11614d
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,7 @@ def check_model_assumptions_wrapper(
def transform_model(
model: SchemaPack, config: AddContentPropertiesConfig
) -> SchemaPack:
"""Transform the data model.
Raises:
DataModelTransformationError:
if the transformation fails.
"""
"""Transform the data model."""
return add_content_properties(
model=model, instructions_by_class=config.instructions_by_class()
)
Expand Down

0 comments on commit e11614d

Please sign in to comment.