From d9241dd81724cbf6ae9c1ab1ab02ea33003c2e5f Mon Sep 17 00:00:00 2001 From: Pedro Nascimento Date: Wed, 28 Aug 2024 16:16:34 -0300 Subject: [PATCH] feat: Remove unused import in frontend.py --- app/routers/frontend.py | 2 -- 1 file changed, 2 deletions(-) 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