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 e7f96e4 commit 97adb25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions connexion/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
from os import path

import click
from clickclick import AliasedGroup, fatal_error
from connexion import App, problem
from connexion.resolver import StubResolver

from clickclick import AliasedGroup, fatal_error

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

Expand Down

0 comments on commit 97adb25

Please sign in to comment.