We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2972d76 commit 46c201fCopy full SHA for 46c201f
supabase/_async/client.py
@@ -296,6 +296,6 @@ async def create_client(
296
-------
297
Client
298
"""
299
- return await AsyncClient.create(
+ return AsyncClient(
300
supabase_url=supabase_url, supabase_key=supabase_key, options=options
301
)
supabase/_sync/client.py
@@ -296,6 +296,6 @@ def create_client(
- return SyncClient.create(
+ return SyncClient(
0 commit comments