From b33c0ca26ff626cd1a0ffa5f0a17d1f8c7b3d9e6 Mon Sep 17 00:00:00 2001 From: MarkusJoe Date: Mon, 3 Oct 2022 11:14:18 +0800 Subject: [PATCH] =?UTF-8?q?remove:=20=E5=88=A0=E9=99=A4=E4=BA=86=E5=A4=9A?= =?UTF-8?q?=E7=BA=BF=E7=A8=8B=E4=B8=8B=E8=BD=BD=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/utils/__init__.py b/src/utils/__init__.py index 971778b..f296728 100644 --- a/src/utils/__init__.py +++ b/src/utils/__init__.py @@ -7,6 +7,5 @@ from src.utils.response import resp -from src.utils.t_download import download -__all__ = [resp, download] +__all__ = [resp]