Skip to content

Commit

Permalink
Merge branch 'feature/update-dependencies-GIM-462' of https://github.…
Browse files Browse the repository at this point in the history
…com/ghga-de/metldata into feature/update-dependencies-GIM-462
  • Loading branch information
TheByronHimes committed Nov 16, 2023
2 parents 5e4e66d + 6eaf148 commit b6aefe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metldata/transform/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class TransformationDefinition(Generic[Config]):
+ " MetadataModelTransformationError if the transformation fails."
),
)
# FIXME type[MetadataTransformer[Config]]
# FIXME type[MetadataTransformer[Config]]: TypeError: '_GenericAlias' object cannot be converted to 'PyType'
metadata_transformer_factory: type[MetadataTransformer] = Field(
...,
description=(
Expand Down

0 comments on commit b6aefe4

Please sign in to comment.