diff --git a/app/routers/frontend.py b/app/routers/frontend.py index 10424f0..7a97c4e 100644 --- a/app/routers/frontend.py +++ b/app/routers/frontend.py @@ -1,6 +1,4 @@ # -*- coding: utf-8 -*- -import json - from typing import Annotated, List from fastapi import APIRouter, Depends, HTTPException from tortoise.exceptions import ValidationError