Skip to content

Commit

Permalink
fix: add missing ClientOptions to the main init file (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Smith authored Feb 15, 2024
1 parent 846d8e7 commit bd5f617
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions supabase/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

from .__version__ import __version__
from ._sync.auth_client import SyncSupabaseAuthClient as SupabaseAuthClient
from ._sync.client import ClientOptions
from ._sync.client import SyncClient as Client
from ._sync.client import SyncStorageClient as SupabaseStorageClient
from ._sync.client import create_client
Expand Down

0 comments on commit bd5f617

Please sign in to comment.