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 da1a05b commit 73975d0Copy full SHA for 73975d0
supabase/lib/client_options.py
@@ -42,7 +42,7 @@ class ClientOptions:
42
] = DEFAULT_POSTGREST_CLIENT_TIMEOUT
43
"""Timeout passed to the SyncPostgrestClient instance."""
44
45
- storage_client_timeout: Uniont[int, float, Timeout] = DEFAULT_STORAGE_CLIENT_TIMEOUT
+ storage_client_timeout: Union[int, float, Timeout] = DEFAULT_STORAGE_CLIENT_TIMEOUT
46
"""Timeout passed to the SyncStorageClient instance"""
47
48
def replace(
0 commit comments