Skip to content

Commit 3d4eea6

Browse files
committed
chore: Cleanup unused import
1 parent bd3fdbf commit 3d4eea6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openapi_python_client/parser/openapi.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
from ..utils import PythonIdentifier, get_content_type
1515
from .errors import GeneratorError, ParseError, PropertyError
1616
from .properties import (
17+
AnyProperty,
1718
Class,
1819
EnumProperty,
1920
ModelProperty,
@@ -22,7 +23,7 @@
2223
Schemas,
2324
build_parameters,
2425
build_schemas,
25-
property_from_data, NoneProperty, AnyProperty,
26+
property_from_data,
2627
)
2728
from .properties.schemas import parameter_from_reference
2829
from .responses import Response, response_from_data

0 commit comments

Comments
 (0)