mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-22 19:18:36 +00:00
remove unused import
This commit is contained in:
parent
d742a03f0f
commit
a1596ea8c3
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ from openapi_core.schema.request_bodies.models import RequestBody
|
|||
from openapi_core.schema.responses.models import Response
|
||||
from openapi_core.schema.schemas.enums import SchemaType
|
||||
from openapi_core.schema.schemas.exceptions import (
|
||||
NoValidSchema, InvalidSchemaProperty, InvalidSchemaValue,
|
||||
InvalidSchemaProperty, InvalidSchemaValue,
|
||||
)
|
||||
from openapi_core.schema.schemas.models import Schema
|
||||
from openapi_core.schema.servers.exceptions import InvalidServer
|
||||
|
|
Loading…
Reference in a new issue