From 3a3f921aeefdf4117b28a8bffc8bfd01c0a95d05 Mon Sep 17 00:00:00 2001 From: MarkusJoe Date: Sun, 24 Apr 2022 21:33:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=5F=5Finit=5F=5F.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/utils/__init__.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/utils/__init__.py b/app/utils/__init__.py index 0ea3efc..bcba25c 100644 --- a/app/utils/__init__.py +++ b/app/utils/__init__.py @@ -6,7 +6,6 @@ # @File Name: __init__.py.py __all__ = [ - 'view', - 'password', - 'logger' + 'response', + 'password' ]