From 731d867c565cc8a333e8f63c85284b271791b378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Mon, 31 Aug 2020 20:55:56 +0800 Subject: [PATCH] Removed unused imports from the views of the accounting application. --- accounting/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounting/views.py b/accounting/views.py index b9e3890..3be2da0 100644 --- a/accounting/views.py +++ b/accounting/views.py @@ -20,7 +20,7 @@ """ import json import re -from typing import Dict, Optional, List, Tuple +from typing import Dict, Optional from django.conf import settings from django.contrib import messages