From 33c1e9433dd074b622d38a4468ea2885d7f3dec0 Mon Sep 17 00:00:00 2001 From: lchen-2101 <73617864+lchen-2101@users.noreply.github.com> Date: Fri, 1 Dec 2023 14:03:33 -0500 Subject: [PATCH] feat: init commit linter fix --- src/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index c97c91fc..47fefa1c 100644 --- a/src/main.py +++ b/src/main.py @@ -2,6 +2,7 @@ app = FastAPI() + @app.get("/test") def test(): - return "test" + return "test"