We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8961668 commit a4f3d37Copy full SHA for a4f3d37
linode_api4/objects/serializable.py
@@ -183,7 +183,6 @@ def attempt_serialize(value: Any) -> Any:
183
"""
184
Attempts to serialize the given value, else returns the value unchanged.
185
186
- # Handle JSONObject instances recursively
187
if issubclass(type(value), JSONObject):
188
return value._serialize(is_put=is_put)
189
@@ -285,4 +284,4 @@ def __new__(cls, *values):
285
284
return member
286
287
def __str__(self):
288
- return self._value_
+ return self._value_
0 commit comments