Removed unused imports from the template tags of the Mia core application and the forms of the accounting application.

This commit is contained in:
2020-08-09 13:25:02 +08:00
parent 836151d9d5
commit fc2cd3e3cc
2 changed files with 0 additions and 2 deletions

View File

@ -28,7 +28,6 @@ from django.utils import timezone
from django.utils.safestring import SafeString
from django.utils.translation import gettext
from mia_core.status import retrieve_status
from mia_core.utils import UrlBuilder
register = template.Library()