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 aa95bc5 commit 8260426Copy full SHA for 8260426
openapi_core/schema/schemas/util.py
@@ -3,6 +3,9 @@
3
from six import string_types
4
from json import dumps
5
6
+from openapi_core.schema.schemas.enums import UnmarshalContext
7
+from openapi_core.schema.schemas.exceptions import UnmarshalContextNotSet
8
+
9
10
def forcebool(val):
11
if isinstance(val, string_types):
0 commit comments