We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db662d0 commit f82d824Copy full SHA for f82d824
openapi_python_client/parser/responses.py
@@ -12,7 +12,7 @@
12
from .. import schema as oai
13
from ..utils import PythonIdentifier
14
from .errors import ParseError, PropertyError
15
-from .properties import AnyProperty, Property, Schemas, StringProperty, property_from_data
+from .properties import AnyProperty, Property, Schemas, property_from_data
16
17
18
class _ResponseSource(TypedDict):
0 commit comments