We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4769dc4 commit 709ad8dCopy full SHA for 709ad8d
supabase/client.py
@@ -1,8 +1,8 @@
1
from typing import Any, Dict, Union
2
3
from postgrest import SyncFilterRequestBuilder, SyncPostgrestClient, SyncRequestBuilder
4
-from postgrest.constants import DEFAULT_POSTGREST_CLIENT_TIMEOUT
5
from httpx import Timeout
+from postgrest.constants import DEFAULT_POSTGREST_CLIENT_TIMEOUT
6
7
from .lib.auth_client import SupabaseAuthClient
8
from .lib.client_options import ClientOptions
0 commit comments