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:
Daniel Grossmann-Kavanagh
2019-03-15 22:34:33 +10:30
committed by João Santos
parent 0989a93df5
commit 08e4536e5e
27 changed files with 49 additions and 44 deletions

View File

@@ -3,13 +3,13 @@
import pathlib
import tempfile
import pytest
from mock import MagicMock
from yaml import YAMLError
import pytest
from connexion import FlaskApi
from connexion.exceptions import InvalidSpecification, ResolverError
from connexion.spec import canonical_base_path
from mock import MagicMock
TEST_FOLDER = pathlib.Path(__file__).parent