mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-09 20:37:46 +00:00
Flask required only if necessary (#424)
* Example with Flask support * Only show import error when trying to use Flask * Re-organize imports * Move flask_utils next to related module * Code style * Change back to incentivizes * Includes Flask by default * Project clean up * Update Rafael Caricio's e-mail address * Fix conflicts
This commit is contained in:
committed by
Henning Jacobs
parent
6f567ee4de
commit
1858c9d4a0
@@ -1,7 +1,6 @@
|
||||
import json
|
||||
|
||||
from connexion.apis import FlaskApi
|
||||
from connexion.apps import FlaskApp
|
||||
from connexion import FlaskApp
|
||||
|
||||
|
||||
def test_security_over_inexistent_endpoints(oauth_requests, secure_api_spec_dir):
|
||||
|
||||
Reference in New Issue
Block a user