From abe0d6dd5a3f2fa27acc944a1350efdeee63c4ba Mon Sep 17 00:00:00 2001 From: Konstantin Tyurin Date: Thu, 1 Nov 2018 18:13:26 +0100 Subject: [PATCH] Fix import in an example --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index aaeab55a..7cd3101b 100644 --- a/README.rst +++ b/README.rst @@ -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)