Skip to content

Commit

Permalink
feat: Remove unused import in frontend.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TanookiVerde committed Aug 28, 2024
1 parent 9e8b171 commit d9241dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/routers/frontend.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d9241dd

Please sign in to comment.