Skip to content

Commit be21a57

Browse files
committed
e2e / update openapi.json and golden-record
1 parent c442f36 commit be21a57

File tree

3 files changed

+705
-12
lines changed

3 files changed

+705
-12
lines changed

end_to_end_tests/golden-record/my_test_api_client/models/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
""" Contains all the data models used in inputs/outputs """
22

33
from .a_model import AModel
4+
from .a_model_with_properties_reference_that_are_not_object import AModelWithPropertiesReferenceThatAreNotObject
45
from .all_of_sub_model import AllOfSubModel
56
from .an_all_of_enum import AnAllOfEnum
67
from .an_enum import AnEnum

0 commit comments

Comments
 (0)