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 70190e5 commit 09947e9Copy full SHA for 09947e9
openapi_schema_validator/_validators.py
@@ -264,4 +264,5 @@ def not_implemented(
264
instance: Any,
265
schema: Mapping[Hashable, Any],
266
) -> Iterator[ValidationError]:
267
- pass
+ return
268
+ yield
0 commit comments