You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed issue #1120, where certain combinations of types-- such as a `oneOf` between a model or an enum and null, or the OpenAPI 3.0 equivalent of using `nullable: true`-- could cause unnecessary suffixes like "Type0" to be added to the class name, and/or could cause extra copies of the class to be generated.
Copy file name to clipboardexpand all lines: end_to_end_tests/golden-record/my_test_api_client/models/model_with_any_json_properties_additional_property.py
Copy file name to clipboardexpand all lines: end_to_end_tests/golden-record/my_test_api_client/models/post_responses_unions_simple_before_complex_response_200.py
+13-13
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@
4
4
fromattrsimportfieldas_attrs_field
5
5
6
6
ifTYPE_CHECKING:
7
-
from ..models.post_responses_unions_simple_before_complex_response_200a_type_1import (
Copy file name to clipboardexpand all lines: end_to_end_tests/golden-record/my_test_api_client/models/post_responses_unions_simple_before_complex_response_200a.py
0 commit comments