We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ddd2e commit 9860f5aCopy full SHA for 9860f5a
src/api.py
@@ -1,7 +1,5 @@
1
from __future__ import annotations
2
3
-import logging
4
-
5
from fastapi import FastAPI, Request, status
6
from fastapi.exceptions import RequestValidationError
7
from fastapi.openapi.utils import get_openapi
@@ -15,8 +13,6 @@
15
13
from src.routes import environment, flight, motor, rocket
16
14
from src.utils import RocketPyGZipMiddleware
17
18
-log = logging.getLogger(__name__)
19
20
21
rest_app = FastAPI(
22
title="Infinity API",
0 commit comments