Skip to content

Commit af88e6a

Browse files
natslee-elenbaas
authored andcommitted
Fix UNSET+Unset missing from __all__ export in types.py.jinja
1 parent 74750be commit af88e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)