Skip to content

Commit

Permalink
Update src/metldata/schemapack_/transform/base.py
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Zwerschke <c.zwerschke@dkfz-heidelberg.de>
  • Loading branch information
KerstenBreuer and Cito authored Dec 13, 2023
1 parent daea658 commit 410a5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metldata/schemapack_/transform/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class TransformationDefinition(Generic[Config]):
...,
description=(
"A function that checks the assumptions made about the input model."
"Raises a ModelAssumptionError if the assumptions are not met."
" Raises a ModelAssumptionError if the assumptions are not met."
),
)
transform_model: Callable[[SchemaPack, Config], SchemaPack] = Field(
Expand Down

0 comments on commit 410a5eb

Please sign in to comment.