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.
1 parent 3a6e5c1 commit 58c38d9Copy full SHA for 58c38d9
ads/cli.py
@@ -88,7 +88,6 @@ def serialize(data):
88
print(json.dumps(item.dict(), indent=4))
89
else:
90
print(str(item))
91
- [print(str(item)) for item in data]
92
elif isinstance(data, BaseModel):
93
print(json.dumps(data.dict(), indent=4))
94
0 commit comments