From e86c1507077420394868bd02b8774c3945e55a81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sun, 9 Aug 2020 17:44:24 +0800 Subject: [PATCH] Removed an unused import from the URL patterns in the accounting application. --- accounting/urls.py | 1 - 1 file changed, 1 deletion(-) diff --git a/accounting/urls.py b/accounting/urls.py index 51d6d1b..92126c1 100644 --- a/accounting/urls.py +++ b/accounting/urls.py @@ -23,7 +23,6 @@ from django.urls import path, register_converter from django.views.decorators.http import require_GET from django.views.generic import RedirectView -from mia_core import views as mia_core_views from mia_core.digest_auth import login_required from . import converters, views