Skip to content

Commit 552a326

Browse files
committedSep 24, 2023
Ran the pre-commit hooks
1 parent fb484dc commit 552a326

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
@@ -1,12 +1,12 @@
11
import re
22
from typing import Any, Dict, Union
33

4+
from gotrue.types import AuthChangeEvent
45
from httpx import Timeout
56
from postgrest import SyncFilterRequestBuilder, SyncPostgrestClient, SyncRequestBuilder
67
from postgrest.constants import DEFAULT_POSTGREST_CLIENT_TIMEOUT
78
from storage3.constants import DEFAULT_TIMEOUT as DEFAULT_STORAGE_CLIENT_TIMEOUT
89
from supafunc import FunctionsClient
9-
from gotrue.types import AuthChangeEvent
1010

1111
from .lib.auth_client import SupabaseAuthClient
1212
from .lib.client_options import ClientOptions

0 commit comments

Comments
 (0)
Please sign in to comment.