Skip to content

Commit 9860f5a

Browse files
removes unused log import
1 parent f2ddd2e commit 9860f5a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/api.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
from __future__ import annotations
22

3-
import logging
4-
53
from fastapi import FastAPI, Request, status
64
from fastapi.exceptions import RequestValidationError
75
from fastapi.openapi.utils import get_openapi
@@ -15,8 +13,6 @@
1513
from src.routes import environment, flight, motor, rocket
1614
from src.utils import RocketPyGZipMiddleware
1715

18-
log = logging.getLogger(__name__)
19-
2016

2117
rest_app = FastAPI(
2218
title="Infinity API",

0 commit comments

Comments
 (0)