diff --git a/accounting/views.py b/accounting/views.py index d87f663..fecc96e 100644 --- a/accounting/views.py +++ b/accounting/views.py @@ -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