Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcaricio committed Sep 12, 2016
1 parent 82dcb61 commit e7f96e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion connexion/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
from swagger_spec_validator.validator20 import validate_spec

from . import utils
from .resolver import Resolver
from .handlers import AuthErrorHandler
from .operation import Operation
from .resolver import Resolver

MODULE_PATH = pathlib.Path(__file__).absolute().parent
SWAGGER_UI_PATH = MODULE_PATH / 'vendor' / 'swagger-ui'
Expand Down
1 change: 0 additions & 1 deletion connexion/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

from clickclick import AliasedGroup, fatal_error


main = AliasedGroup(context_settings=dict(help_option_names=[
'-h', '--help']))

Expand Down
4 changes: 2 additions & 2 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import logging

from click.testing import CliRunner
from connexion import App
from connexion.cli import main

import pytest
from conftest import FIXTURES_FOLDER
from connexion import App
from connexion.cli import main
from mock import MagicMock


Expand Down

0 comments on commit e7f96e4

Please sign in to comment.