From 1beeeb3dc911f2939e8d5325bf195dba8fc760f6 Mon Sep 17 00:00:00 2001 From: Helen Wang Date: Thu, 10 Apr 2025 10:30:29 -0700 Subject: [PATCH] new modification to test CI pipeline --- app/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index a8e8fa7f..4458c9f4 100644 --- a/app/main.py +++ b/app/main.py @@ -3,7 +3,8 @@ This module initializes the FastAPI application and includes all routers. Handles database initialization and CORS middleware configuration. """ - +# Add an import that isn't used +import datetime from fastapi import FastAPI from app import models from app.database import engine