Skip to content

Commit

Permalink
chore: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
joel@joellee.org committed Feb 5, 2023
1 parent 46cc96a commit 62e73d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion supabase/lib/auth_client.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
from typing import Dict, Union

from gotrue import SyncClient, SyncGoTrueClient, SyncMemoryStorage, SyncSupportedStorage
from gotrue import SyncGoTrueClient, SyncMemoryStorage, SyncSupportedStorage

# TODO - export this from GoTrue-py in next release
from httpx import SyncClient


class SupabaseAuthClient(SyncGoTrueClient):
Expand Down

0 comments on commit 62e73d5

Please sign in to comment.