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 4f800f7 commit 1888c09Copy full SHA for 1888c09
supabase/lib/client_options.py
@@ -43,7 +43,9 @@ class ClientOptions:
43
storage_client_timeout: Union[int, float, Timeout] = DEFAULT_STORAGE_CLIENT_TIMEOUT
44
"""Timeout passed to the SyncStorageClient instance"""
45
46
- function_client_timeout: Union[int, float, Timeout] = DEFAULT_FUNCTION_CLIENT_TIMEOUT
+ function_client_timeout: Union[int, float, Timeout] = (
47
+ DEFAULT_FUNCTION_CLIENT_TIMEOUT
48
+ )
49
"""Timeout passed to the SyncFunctionsClient instance."""
50
51
flow_type: AuthFlowType = "implicit"
0 commit comments