From 39efb65e2cdc905ef9ef7ea4cbfe2d4f0fae50a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Wed, 12 Aug 2020 00:25:23 +0800 Subject: [PATCH] Removed an unused import from the views in the accounting application. --- accounting/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/accounting/views.py b/accounting/views.py index 128f0ad..a5c3f98 100644 --- a/accounting/views.py +++ b/accounting/views.py @@ -21,7 +21,6 @@ import json import re -from django.conf import settings from django.contrib import messages from django.db import transaction from django.db.models import Sum, Case, When, F, Q, Max, Count, BooleanField, \