Explorar el Código

fix: 删除多余import

SongZihuan hace 2 años
padre
commit
070fa95adc
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      app/index.py

+ 0 - 1
app/index.py

@@ -1,6 +1,5 @@
 from flask import Blueprint, redirect, url_for, request
 
-from .db import Comment
 
 
 index = Blueprint("base", __name__)