Removed the unused imports from the views of the accounting application.

This commit is contained in:
依瑪貓 2020-07-01 00:54:41 +08:00
parent 51ec6f7eed
commit eb07cc30ba

View File

@ -18,11 +18,9 @@
"""The view controllers of the accounting application.
"""
import logging
import re
from django.http import HttpResponseRedirect
from django.shortcuts import render
from django.urls import reverse
from django.utils import dateformat, timezone