diff --git a/app/main.py b/app/main.py index b9aff949..7ccb68e3 100644 --- a/app/main.py +++ b/app/main.py @@ -119,3 +119,4 @@ async def handle_validation_error( uvicorn.run( "app.main:APP", host="127.0.0.1", port=SETTINGS.port, log_level="info", ) +# this is a test comment \ No newline at end of file diff --git a/Makefile b/makefile similarity index 100% rename from Makefile rename to makefile