Removed unused imports from the template tags of the Mia core application and the forms of the accounting application.
This commit is contained in:
parent
836151d9d5
commit
fc2cd3e3cc
@ -24,7 +24,6 @@ from django import forms
|
|||||||
from django.core.validators import RegexValidator
|
from django.core.validators import RegexValidator
|
||||||
from django.utils.translation import gettext as _
|
from django.utils.translation import gettext as _
|
||||||
|
|
||||||
from mia_core.status import retrieve_status
|
|
||||||
from .models import Account, Record
|
from .models import Account, Record
|
||||||
from .validators import validate_record_account_code, validate_record_id, \
|
from .validators import validate_record_account_code, validate_record_id, \
|
||||||
validate_account_code
|
validate_account_code
|
||||||
|
@ -28,7 +28,6 @@ from django.utils import timezone
|
|||||||
from django.utils.safestring import SafeString
|
from django.utils.safestring import SafeString
|
||||||
from django.utils.translation import gettext
|
from django.utils.translation import gettext
|
||||||
|
|
||||||
from mia_core.status import retrieve_status
|
|
||||||
from mia_core.utils import UrlBuilder
|
from mia_core.utils import UrlBuilder
|
||||||
|
|
||||||
register = template.Library()
|
register = template.Library()
|
||||||
|
Loading…
Reference in New Issue
Block a user