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

@ -24,7 +24,6 @@ from django import forms
from django.core.validators import RegexValidator
from django.utils.translation import gettext as _
from mia_core.status import retrieve_status
from .models import Account, Record
from .validators import validate_record_account_code, validate_record_id, \
validate_account_code