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.
2 parents 50d2e0e + f8dd645 commit 1ac6a53Copy full SHA for 1ac6a53
1 file changed
quart_openapi/marshmallow.py
@@ -21,3 +21,7 @@ def schema_to_json(schema: Schema):
21
JSONSchema = None
22
MarshmallowValidationError = None
23
MARSHMALLOW = False
24
+
25
+ def schema_to_json():
26
+ """provide empty implmentation for the case where
27
+ marshmallow importing failed."""
0 commit comments