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 fb0182e commit fe6b7ddCopy full SHA for fe6b7dd
openapi_python_client/parser/responses.py
@@ -80,7 +80,7 @@ def empty_response(
80
)
81
82
83
-def response_from_data(
+def response_from_data( # noqa: PLR0911
84
*,
85
status_code: HTTPStatus,
86
data: Union[oai.Response, oai.Reference],
0 commit comments