Removed unused imports from the template tags of the Mia core application and the forms of the accounting application.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user