From 9a392eebad613097d25fbed43163c613194fab5d Mon Sep 17 00:00:00 2001 From: "jinling.yang" Date: Mon, 17 Jul 2023 17:35:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=B8=8D=E8=A6=81=E7=9A=84?= =?UTF-8?q?=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf_base/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sf_base/__init__.py b/sf_base/__init__.py index 070e5f4e..60182bcc 100644 --- a/sf_base/__init__.py +++ b/sf_base/__init__.py @@ -1,4 +1,2 @@ from . import models from . import commons -from . import wizard -