From ebb6b8f3d2202836f5f6912b07e5b18ed28c9378 Mon Sep 17 00:00:00 2001 From: KimgiaiiWuyi <444835641@qq.com> Date: Tue, 30 Aug 2022 00:25:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20=E5=88=A0=E9=99=A4=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __init__.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/__init__.py b/__init__.py index 283a593e..e69de29b 100644 --- a/__init__.py +++ b/__init__.py @@ -1,5 +0,0 @@ -import os.path - -from nonebot import load_plugins - -load_plugins(os.path.dirname(__file__))