We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb484dc commit 552a326Copy full SHA for 552a326
supabase/client.py
@@ -1,12 +1,12 @@
1
import re
2
from typing import Any, Dict, Union
3
4
+from gotrue.types import AuthChangeEvent
5
from httpx import Timeout
6
from postgrest import SyncFilterRequestBuilder, SyncPostgrestClient, SyncRequestBuilder
7
from postgrest.constants import DEFAULT_POSTGREST_CLIENT_TIMEOUT
8
from storage3.constants import DEFAULT_TIMEOUT as DEFAULT_STORAGE_CLIENT_TIMEOUT
9
from supafunc import FunctionsClient
-from gotrue.types import AuthChangeEvent
10
11
from .lib.auth_client import SupabaseAuthClient
12
from .lib.client_options import ClientOptions
0 commit comments