Skip to content

Commit 70e9496

Browse files
committed
Fix unexpected keyword arguments
1 parent 027bfb5 commit 70e9496

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

supabase_py/client.py

+1
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ def _init_postgrest_client(
179179
rest_url: str,
180180
supabase_key: str,
181181
headers: Dict[str, str],
182+
**kwargs, # other unused settings
182183
) -> PostgrestClient:
183184
"""Private helper for creating an instance of the Postgrest client."""
184185
client = PostgrestClient(rest_url, headers=headers)

0 commit comments

Comments
 (0)