From 7eda1cc7a540689557d24cdeaf9df1135d7f8829 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 10 Sep 2021 14:24:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hb_server/apps/sam/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hb_server/apps/sam/models.py b/hb_server/apps/sam/models.py index 2ae6459..1925c07 100644 --- a/hb_server/apps/sam/models.py +++ b/hb_server/apps/sam/models.py @@ -6,7 +6,6 @@ import django.utils.timezone as timezone from django.db.models.query import QuerySet from utils.model import SoftModel, BaseModel -from simple_history.models import HistoricalRecords from apps.mtm.models import Material