Skip to content

Commit f82d824

Browse files
committed
Address CI failure (unused import)
1 parent db662d0 commit f82d824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi_python_client/parser/responses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from .. import schema as oai
1313
from ..utils import PythonIdentifier
1414
from .errors import ParseError, PropertyError
15-
from .properties import AnyProperty, Property, Schemas, StringProperty, property_from_data
15+
from .properties import AnyProperty, Property, Schemas, property_from_data
1616

1717

1818
class _ResponseSource(TypedDict):

0 commit comments

Comments
 (0)