From bd7b49feda9178cb07d3c27b3158c79ee7b70d5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Mon, 17 Aug 2020 23:26:50 +0800 Subject: [PATCH] Removed an unused import from the models in the Mia core application. --- mia_core/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mia_core/models.py b/mia_core/models.py index f035588..eb91fa5 100644 --- a/mia_core/models.py +++ b/mia_core/models.py @@ -25,7 +25,6 @@ from django.conf import settings from django.db import models, connection, OperationalError, transaction, \ ProgrammingError from django.db.models.functions import Now -from django.urls import reverse from mia_core.utils import get_multi_lingual_attr, set_multi_lingual_attr, \ new_pk