Skip to content

Commit

Permalink
update fixme context
Browse files Browse the repository at this point in the history
  • Loading branch information
dontseyit committed Nov 16, 2023
1 parent 8e19e37 commit 6eaf148
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 @@ -97,7 +97,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 6eaf148

Please sign in to comment.