Skip to content

Commit a910474

Browse files
author
kenneth gabriel
committed
feat: setting timeout for postgrest-py client. Closes #225
1 parent 136ce25 commit a910474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supabase/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
from postgrest import SyncFilterRequestBuilder, SyncPostgrestClient, SyncRequestBuilder
44
from postgrest.constants import DEFAULT_POSTGREST_CLIENT_TIMEOUT
5+
from httpx import Timeout
56

67
from .lib.auth_client import SupabaseAuthClient
78
from .lib.client_options import ClientOptions
89
from .lib.storage_client import SupabaseStorageClient
9-
from httpx import Timeout
1010

1111
class Client:
1212
"""Supabase client class."""

0 commit comments

Comments
 (0)