mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-22 03:00:10 +00:00
Fix import in an example
This commit is contained in:
parent
db5d825395
commit
abe0d6dd5a
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ You can also validate responses
|
|||
|
||||
.. code-block:: python
|
||||
|
||||
from openapi_core.validators import ResponseValidator
|
||||
from openapi_core.shortcuts import ResponseValidator
|
||||
|
||||
validator = ResponseValidator(spec)
|
||||
result = validator.validate(request, response)
|
||||
|
|
Loading…
Reference in a new issue