Skip to content

Commit a10bba7

Browse files
authored
Merge branch 'main' into nullable-array-fixes
2 parents 6c4c5b3 + d9b2620 commit a10bba7

File tree

4 files changed

+4
-4
lines changed
  • end_to_end_tests
    • golden-record/my_test_api_client
    • test-3-1-golden-record/test_3_1_features_client
  • integration-tests/integration_tests
  • openapi_python_client/templates

4 files changed

+4
-4
lines changed

end_to_end_tests/golden-record/my_test_api_client/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ class Response(Generic[T]):
4141
parsed: Optional[T]
4242

4343

44-
__all__ = ["File", "Response", "FileJsonType"]
44+
__all__ = ["File", "Response", "FileJsonType", "Unset", "UNSET"]

end_to_end_tests/test-3-1-golden-record/test_3_1_features_client/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ class Response(Generic[T]):
4141
parsed: Optional[T]
4242

4343

44-
__all__ = ["File", "Response", "FileJsonType"]
44+
__all__ = ["File", "Response", "FileJsonType", "Unset", "UNSET"]

integration-tests/integration_tests/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ class Response(Generic[T]):
4141
parsed: Optional[T]
4242

4343

44-
__all__ = ["File", "Response", "FileJsonType"]
44+
__all__ = ["File", "Response", "FileJsonType", "Unset", "UNSET"]

openapi_python_client/templates/types.py.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ class Response(Generic[T]):
4242
parsed: Optional[T]
4343

4444

45-
__all__ = ["File", "Response", "FileJsonType"]
45+
__all__ = ["File", "Response", "FileJsonType", "Unset", "UNSET"]

0 commit comments

Comments
 (0)