Skip to content

Commit 46cc96a

Browse files
fix: add missing import
1 parent c46c3a5 commit 46cc96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supabase/lib/auth_client.py

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

3-
from gotrue import SyncGoTrueClient, SyncMemoryStorage, SyncSupportedStorage
3+
from gotrue import SyncClient, SyncGoTrueClient, SyncMemoryStorage, SyncSupportedStorage
44

55

66
class SupabaseAuthClient(SyncGoTrueClient):

0 commit comments

Comments
 (0)