Removed an unused import from the views in the accounting application.

This commit is contained in:
依瑪貓 2020-08-12 00:25:23 +08:00
parent 7fcfc00e30
commit 39efb65e2c

View File

@ -21,7 +21,6 @@
import json import json
import re import re
from django.conf import settings
from django.contrib import messages from django.contrib import messages
from django.db import transaction from django.db import transaction
from django.db.models import Sum, Case, When, F, Q, Max, Count, BooleanField, \ from django.db.models import Sum, Case, When, F, Q, Max, Count, BooleanField, \