mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-09 20:37:46 +00:00
bump and pin isort, apply all automatic fixes (#903)
Fixes the build. Changes proposed in this pull request: - apply all of the isort changes that resulted from the latest version - pin to the latest version (4.3.15) so this doesn't happen again, unless we bump the version on purpose
This commit is contained in:
committed by
João Santos
parent
0989a93df5
commit
08e4536e5e
@@ -1,11 +1,11 @@
|
||||
import json
|
||||
|
||||
import jinja2
|
||||
import mock
|
||||
import pytest
|
||||
import yaml
|
||||
from openapi_spec_validator.loaders import ExtendedSafeLoader
|
||||
|
||||
import mock
|
||||
import pytest
|
||||
from conftest import TEST_FOLDER, build_app_from_fixture
|
||||
from connexion import App
|
||||
from connexion.exceptions import InvalidSpecification
|
||||
|
||||
Reference in New Issue
Block a user