Skip to content

Commit b1c64f5

Browse files
committed
update file formatting with black
1 parent 4b8a134 commit b1c64f5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

supafunc/_sync/functions_client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ def set_auth(self, token: str) -> None:
4444

4545
self.headers["Authorization"] = f"Bearer {token}"
4646

47-
def invoke(
48-
self, function_name: str, invoke_options: Optional[Dict] = None
49-
) -> Dict:
47+
def invoke(self, function_name: str, invoke_options: Optional[Dict] = None) -> Dict:
5048
"""Invokes a function
5149
5250
Parameters

0 commit comments

Comments
 (0)