chore(api): remove unused Body import

This commit is contained in:
agatha 2024-03-31 22:15:34 -04:00
parent c2f95a0f2d
commit 15c1f3d824

View File

@ -1,4 +1,4 @@
from fastapi import Body, FastAPI from fastapi import FastAPI
from pydantic import BaseModel from pydantic import BaseModel
app = FastAPI() app = FastAPI()