From a5818d5b353aa9d9607e77d9d2a46abd8da09bc6 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Mon, 28 Apr 2025 00:11:09 -0600 Subject: format --- server/create_db.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/create_db.py b/server/create_db.py index d31c6f6..8ba1343 100644 --- a/server/create_db.py +++ b/server/create_db.py @@ -47,7 +47,9 @@ def init_db(): for hour, price in times_and_prices: bid = Bid( - timestamp=datetime(2025, 4, 25, hour, 0, tzinfo=NEW_ENGLAND_TZ).astimezone(UTC), + timestamp=datetime( + 2025, 4, 25, hour, 0, tzinfo=NEW_ENGLAND_TZ + ).astimezone(UTC), quantity=10.0, price=price, user_id=user.id, -- cgit v1.2.3