Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 9, 2023
1 parent da1a05b commit 73975d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supabase/lib/client_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class ClientOptions:
] = DEFAULT_POSTGREST_CLIENT_TIMEOUT
"""Timeout passed to the SyncPostgrestClient instance."""

storage_client_timeout: Uniont[int, float, Timeout] = DEFAULT_STORAGE_CLIENT_TIMEOUT
storage_client_timeout: Union[int, float, Timeout] = DEFAULT_STORAGE_CLIENT_TIMEOUT
"""Timeout passed to the SyncStorageClient instance"""

def replace(
Expand Down

0 comments on commit 73975d0

Please sign in to comment.