diff --git a/python/composio/client/collections.py b/python/composio/client/collections.py index 25a3b58494b..b4a6dcec8b2 100644 --- a/python/composio/client/collections.py +++ b/python/composio/client/collections.py @@ -1531,6 +1531,8 @@ def create( def remove(self, id: str) -> None: self.client.http.delete(url=str(self.endpoint / id)) + + @t.overload # type: ignore def get( self,