Skip to content

Commit bf9de1d

Browse files
author
Sourcery AI
committed
'Refactored by Sourcery'
1 parent dd3b0b8 commit bf9de1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: examples/FastAPI/main.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ def query():
6767
}
6868
"""
6969

70-
data = SupabaseDB.supabase.table("credit_data").select("*").limit(1).execute()
71-
return data
70+
return SupabaseDB.supabase.table("credit_data").select("*").limit(1).execute()
7271

7372

7473
@app.get("/cachedResults")

0 commit comments

Comments
 (0)