diff --git a/accounting/forms.py b/accounting/forms.py index 4e48336..616b1e9 100644 --- a/accounting/forms.py +++ b/accounting/forms.py @@ -27,8 +27,7 @@ from django.db.models.functions import Length from django.utils.translation import gettext as _ from .models import Account, Record -from .validators import validate_record_account_code, validate_record_id, \ - validate_account_code +from .validators import validate_record_account_code, validate_record_id class RecordForm(forms.Form):