Move ResolverError over to exceptions where it seems to be long.

This commit is contained in:
Jens Finkhaeuser
2016-09-07 13:08:04 +02:00
parent 92f51eab2a
commit 8c556543a9
4 changed files with 8 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ import pathlib
import tempfile
from connexion.api import Api
from connexion.resolver import ResolverError
from connexion.exceptions import ResolverError
from swagger_spec_validator.common import SwaggerValidationError
from yaml import YAMLError