We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a910474 commit 4769dc4Copy full SHA for 4769dc4
supabase/lib/client_options.py
@@ -2,8 +2,8 @@
2
from typing import Any, Callable, Dict, Optional, Union
3
4
from gotrue import SyncMemoryStorage, SyncSupportedStorage
5
-from postgrest.constants import DEFAULT_POSTGREST_CLIENT_TIMEOUT
6
from httpx import Timeout
+from postgrest.constants import DEFAULT_POSTGREST_CLIENT_TIMEOUT
7
8
from supabase import __version__
9
0 commit comments