Ver código fonte

fix: 删除多余import

SongZihuan 2 anos atrás
pai
commit
070fa95adc
1 arquivos alterados com 0 adições e 1 exclusões
  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__)