Merge pull request #92 from jamesrwhite/patch-1

Fix README example
This commit is contained in:
A 2018-09-09 20:33:47 +01:00 committed by GitHub
commit 032aecdd5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,7 +85,7 @@ Request object should implement BaseOpenAPIRequest interface. You can use FlaskO
.. code-block:: python
from openapi_core.validators import RequestValidator
from openapi_core.shortcuts import RequestValidator
from openapi_core.wrappers.flask import FlaskOpenAPIRequest
openapi_request = FlaskOpenAPIRequest(flask_request)