Removed unused imports
This commit is contained in:
		| @@ -21,7 +21,6 @@ | ||||
| from django.conf import settings | ||||
| from django.db import models | ||||
| from django.urls import reverse | ||||
| from django.utils import dateformat | ||||
|  | ||||
| from mia_core.template_filters import smart_month | ||||
| from mia_core.utils import get_multi_language_attr | ||||
|   | ||||
| @@ -27,7 +27,7 @@ from django.shortcuts import render | ||||
| from django.urls import reverse | ||||
| from django.utils import dateformat | ||||
| from django.utils.timezone import localdate | ||||
| from django.utils.translation import get_language, pgettext | ||||
| from django.utils.translation import pgettext | ||||
| from django.views.decorators.http import require_GET | ||||
|  | ||||
| from accounting.models import Record, Transaction, Subject, \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user