Skip to content

Commit

Permalink
#89 remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcs committed Nov 14, 2015
1 parent 4129278 commit 1c94c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connexion/operation.py
Expand Up @@ -21,7 +21,7 @@
from .decorators.metrics import UWSGIMetricsCollector
from.decorators.response import ResponseValidator
from .exceptions import InvalidSpecification
from .utils import flaskify_endpoint, get_function_from_name, produces_json
from .utils import flaskify_endpoint, produces_json

logger = logging.getLogger('connexion.operation')

Expand Down

0 comments on commit 1c94c21

Please sign in to comment.