Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar-composio committed Oct 28, 2024
1 parent 7a175a0 commit d26d62f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/composio/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def execute(
entity_id=self.id,
session_id=session_id,
text=text,
auth=auth
auth=auth,
)

connected_account = self.get_connection(
Expand All @@ -273,7 +273,7 @@ def execute(
connected_account=connected_account.id,
session_id=session_id,
text=text,
auth=auth
auth=auth,
)

def get_connection(
Expand Down

0 comments on commit d26d62f

Please sign in to comment.