Skip to content

Commit a4f3d37

Browse files
committed
Removed serialisabel file from commit
1 parent 8961668 commit a4f3d37

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

linode_api4/objects/serializable.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ def attempt_serialize(value: Any) -> Any:
183183
"""
184184
Attempts to serialize the given value, else returns the value unchanged.
185185
"""
186-
# Handle JSONObject instances recursively
187186
if issubclass(type(value), JSONObject):
188187
return value._serialize(is_put=is_put)
189188

@@ -285,4 +284,4 @@ def __new__(cls, *values):
285284
return member
286285

287286
def __str__(self):
288-
return self._value_
287+
return self._value_

0 commit comments

Comments
 (0)