Skip to content

Commit 62e73d5

Browse files
author
joel@joellee.org
committed
chore: fix import
1 parent 46cc96a commit 62e73d5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

supabase/lib/auth_client.py

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

3-
from gotrue import SyncClient, SyncGoTrueClient, SyncMemoryStorage, SyncSupportedStorage
3+
from gotrue import SyncGoTrueClient, SyncMemoryStorage, SyncSupportedStorage
4+
5+
# TODO - export this from GoTrue-py in next release
6+
from httpx import SyncClient
47

58

69
class SupabaseAuthClient(SyncGoTrueClient):

0 commit comments

Comments
 (0)