From 068b601f1ceb326f5266b67264a9c1bac7301497 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Thu, 23 Nov 2023 00:02:22 +0000 Subject: [PATCH] Update supabase/_async/client.py Co-authored-by: Joel Lee --- supabase/_async/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/supabase/_async/client.py b/supabase/_async/client.py index f6e5ada5..d560e05a 100644 --- a/supabase/_async/client.py +++ b/supabase/_async/client.py @@ -231,7 +231,6 @@ def _init_postgrest_client( def _get_auth_headers(self) -> Dict[str, str]: """Helper method to get auth headers.""" - # What's the corresponding method to get the token return { "apiKey": self.supabase_key, "Authorization": f"Bearer {self.supabase_key}",