We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d52dd2 + 53620ad commit a116215Copy full SHA for a116215
1 file changed
cloudpub/models/common.py
@@ -53,7 +53,6 @@ def from_json(cls, json: Any):
53
The converted object from JSON.
54
"""
55
if not json:
56
- log.debug("Not converting an empty JSON.")
57
return
58
59
# Ensure it's a dictionary
0 commit comments