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 6a5a00a commit a1a84e7Copy full SHA for a1a84e7
src/sasctl/_services/model_publish.py
@@ -52,7 +52,7 @@ def _publish_name(name):
52
53
@classmethod
54
def list_models(cls):
55
- return cls.get("/models").get("items", [])
+ return cls.get("/models")
56
57
list_destinations, get_destination, update_destination, _ = Service._crud_funcs(
58
"/destinations", "destination"
0 commit comments