From d92001faafb1d9bd7fe4df7597243195720f097d Mon Sep 17 00:00:00 2001 From: kscheidecker <kilian.scheidecker@orange.fr> Date: Wed, 19 Feb 2025 16:04:31 +0100 Subject: [PATCH] forgot to add main --- backend/src/main.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/backend/src/main.py b/backend/src/main.py index cce38a8..57538f4 100644 --- a/backend/src/main.py +++ b/backend/src/main.py @@ -1,10 +1,8 @@ """Main app for backend api""" -import json import logging import time from contextlib import asynccontextmanager -from fastapi import FastAPI, HTTPException, BackgroundTasks, Query -from fastapi.encoders import jsonable_encoder +from fastapi import FastAPI, HTTPException, BackgroundTasks from .logging_config import configure_logging from .structs.landmark import Landmark