Skip to content

Commit 258ddf1

Browse files
author
kenneth gabriel
committed
feat: setting timeout for postgrest-py client. Closes #225
1 parent 709ad8d commit 258ddf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supabase/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from typing import Any, Dict, Union
22

3-
from postgrest import SyncFilterRequestBuilder, SyncPostgrestClient, SyncRequestBuilder
43
from httpx import Timeout
4+
from postgrest import SyncFilterRequestBuilder, SyncPostgrestClient, SyncRequestBuilder
55
from postgrest.constants import DEFAULT_POSTGREST_CLIENT_TIMEOUT
66

77
from .lib.auth_client import SupabaseAuthClient

0 commit comments

Comments
 (0)