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 027bfb5 commit 70e9496Copy full SHA for 70e9496
supabase_py/client.py
@@ -179,6 +179,7 @@ def _init_postgrest_client(
179
rest_url: str,
180
supabase_key: str,
181
headers: Dict[str, str],
182
+ **kwargs, # other unused settings
183
) -> PostgrestClient:
184
"""Private helper for creating an instance of the Postgrest client."""
185
client = PostgrestClient(rest_url, headers=headers)
0 commit comments