Skip to content

Commit 9441845

Browse files
committed
Formatting
1 parent 3b7ff86 commit 9441845

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

quotientai/client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ def __init__(self):
3535
# Base URL for the Supabase project
3636
self.supabase_url = "https://hhqppcqltklzfpggdocb.supabase.co"
3737

38-
self.eval_scheduler_url = "http://eval-scheduler-alb-887401167.us-east-2.elb.amazonaws.com"
38+
self.eval_scheduler_url = (
39+
"http://eval-scheduler-alb-887401167.us-east-2.elb.amazonaws.com"
40+
)
3941

4042
self.supaclient = SyncPostgrestClient(
4143
self.supabase_url + "/rest/v1", headers={"apiKey": self.public_api_key}

0 commit comments

Comments
 (0)