Skip to content

Commit abe0d6d

Browse files
Konstantin TyurinKonstantin Tyurin
Konstantin Tyurin
authored and
Konstantin Tyurin
committed
Fix import in an example
1 parent db5d825 commit abe0d6d

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)