Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
sbilge committed Nov 27, 2024
1 parent 839feac commit 1110dab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/metldata/builtin_transformations/common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
from schemapack.spec.schemapack import SchemaPack


def model_to_dict(
model: SchemaPack,
) -> dict[str, Any]:
def model_to_dict(model: SchemaPack) -> dict[str, Any]:
"""Converts the provided SchemaPack model to a JSON-serializable dictionary.
Returns:
Expand Down

0 comments on commit 1110dab

Please sign in to comment.