Skip to content

Commit bd5f617

Browse files
author
Andrew Smith
authored
fix: add missing ClientOptions to the main init file (#688)
1 parent 846d8e7 commit bd5f617

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

supabase/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
from .__version__ import __version__
66
from ._sync.auth_client import SyncSupabaseAuthClient as SupabaseAuthClient
7+
from ._sync.client import ClientOptions
78
from ._sync.client import SyncClient as Client
89
from ._sync.client import SyncStorageClient as SupabaseStorageClient
910
from ._sync.client import create_client

0 commit comments

Comments
 (0)