Skip to content

Commit ee7748e

Browse files
committed
fix: remove | syntax
1 parent 99d74b5 commit ee7748e

File tree

1 file changed

+1
-1
lines changed
  • src/functions/src/supabase_functions

1 file changed

+1
-1
lines changed

src/functions/src/supabase_functions/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def _invoke_options_to_request(
124124
@http_endpoint
125125
def invoke(
126126
self, function_name: str, invoke_options: Optional[Dict] = None
127-
) -> ServerEndpoint[Union[JSON, bytes], FunctionsHttpError | FunctionsRelayError]:
127+
) -> ServerEndpoint[Union[JSON, bytes], Union[FunctionsHttpError, FunctionsRelayError]]:
128128
"""Invokes a function
129129
130130
Parameters

0 commit comments

Comments
 (0)