From 50affd8736b412039517b47ecf765242aece5c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=80=9D=E5=B7=9D?= Date: Wed, 27 Apr 2022 15:23:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TestForAdmin/route.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/TestForAdmin/route.py b/TestForAdmin/route.py index b4224e9..e4a10fa 100644 --- a/TestForAdmin/route.py +++ b/TestForAdmin/route.py @@ -1,5 +1,4 @@ -from flask import Blueprint, request, Response -from werkzeug.security import generate_password_hash +from flask import Blueprint, request from Implements.Others.EmailNoticeImpl import EmailNoticeImpl from Implements.User.RealCompanyVerifyImpl import RealCompanyVerifyImpl