Skip to content

Commit 7da0c98

Browse files
authored
Merge pull request #102 from dxr3x/fix-readme-example
Fix import in an example
2 parents 698706d + abe0d6d commit 7da0c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ You can also validate responses
107107

108108
.. code-block:: python
109109
110-
from openapi_core.validators import ResponseValidator
110+
from openapi_core.shortcuts import ResponseValidator
111111
112112
validator = ResponseValidator(spec)
113113
result = validator.validate(request, response)

0 commit comments

Comments
 (0)