Skip to content

Commit 73975d0

Browse files
author
joel@joellee.org
committed
chore: fix typo
1 parent da1a05b commit 73975d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supabase/lib/client_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class ClientOptions:
4242
] = DEFAULT_POSTGREST_CLIENT_TIMEOUT
4343
"""Timeout passed to the SyncPostgrestClient instance."""
4444

45-
storage_client_timeout: Uniont[int, float, Timeout] = DEFAULT_STORAGE_CLIENT_TIMEOUT
45+
storage_client_timeout: Union[int, float, Timeout] = DEFAULT_STORAGE_CLIENT_TIMEOUT
4646
"""Timeout passed to the SyncStorageClient instance"""
4747

4848
def replace(

0 commit comments

Comments
 (0)