Created by: wheelsandmetal
This is very similar change to 3678eaff All it intends to do is fix the problem of cirular imports (which was already fixed for python) in the python flask server.
PR checklist
-
Read the contribution guidelines. -
Ran the shell script under ./bin/
to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.sh
and./bin/security/{LANG}-petstore.sh
if updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in.\bin\windows\
. -
Filed the PR against the correct branch: master
,3.3.x
,4.0.x
. Default:master
. -
Copied the technical committee to review the pull request if your PR is targeting a particular programming language. @taxpon (2017/07) @frol (2017/07) @mbohlool (2017/07) @cbornet (2017/09) @kenjones-cisco (2017/11)
Description of the PR
Fix for the python-flask server for this issue:, used the example from this PR.
The current open-api.yaml file is in OAIv3 spec and connexion doesn't support that yet:.
(Also first PR, please tell me where I can improve!)