From bcb89c11175fb65194b3cd14e470016bdaaa559f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=89=8D=E6=98=8E?= <909355014@qq.com> Date: Fri, 1 Jul 2022 09:00:59 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/utils/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/utils/models.py b/apps/utils/models.py index 902d51c6..073cc0ed 100755 --- a/apps/utils/models.py +++ b/apps/utils/models.py @@ -1,7 +1,6 @@ import django.utils.timezone as timezone from django.db import models from django.db.models.query import QuerySet -from yaml import serialize from apps.utils.snowflake import idWorker # 自定义软删除查询基类