We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b2be6 commit 631d204Copy full SHA for 631d204
2 files changed
scaleway-async/scaleway_async/applesilicon/v1alpha1/marshalling.py
@@ -168,7 +168,7 @@ def unmarshal_OS(data: Any) -> OS:
168
if field is not None:
169
args["compatible_server_types"] = field
170
else:
171
- args["compatible_server_types"] = []
+ args["compatible_server_types"] = None
172
173
return OS(**args)
174
scaleway/scaleway/applesilicon/v1alpha1/marshalling.py
0 commit comments