Skip to content

Commit 068b601

Browse files
Andrew SmithJ0
authored andcommitted
Update supabase/_async/client.py
Co-authored-by: Joel Lee <[email protected]>
1 parent 9f36f9d commit 068b601

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

supabase/_async/client.py

-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ def _init_postgrest_client(
231231

232232
def _get_auth_headers(self) -> Dict[str, str]:
233233
"""Helper method to get auth headers."""
234-
# What's the corresponding method to get the token
235234
return {
236235
"apiKey": self.supabase_key,
237236
"Authorization": f"Bearer {self.supabase_key}",

0 commit comments

Comments
 (0)