Skip to content

Commit

Permalink
fix: remove old SupabaseRealtimeClient import (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev authored Aug 16, 2024
1 parent 4392970 commit 579f499
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion supabase/_async/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def __init__(
supabase_key=self.supabase_key,
options=options.realtime if options else None,
)
self.realtime = None
self._postgrest = None
self._storage = None
self._functions = None
Expand Down
1 change: 0 additions & 1 deletion supabase/_sync/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def __init__(
supabase_key=self.supabase_key,
options=options.realtime if options else None,
)
self.realtime = None
self._postgrest = None
self._storage = None
self._functions = None
Expand Down
2 changes: 0 additions & 2 deletions supabase/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

# Lib
from .lib.client_options import ClientOptions
from .lib.realtime_client import SupabaseRealtimeClient

# Version
from .version import __version__
Expand All @@ -31,7 +30,6 @@
"Client",
"ClientOptions",
"SupabaseStorageClient",
"SupabaseRealtimeClient",
"PostgrestAPIError",
"PostgrestAPIResponse",
"StorageException",
Expand Down

0 comments on commit 579f499

Please sign in to comment.