We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd63a9f commit 75c59edCopy full SHA for 75c59ed
graphene_pydantic/converters.py
@@ -123,7 +123,7 @@ def convert_pydantic_type(
123
# TODO: _should_ Sets remain here?
124
return List(graphene_type)
125
elif field.shape in SHAPE_MAPPING:
126
- raise ConversionError(f"Don't know how to handle mappings in Graphene.")
+ raise ConversionError("Don't know how to handle mappings in Graphene.")
127
128
129
def find_graphene_type(
0 commit comments