diff --git a/src/accounting/forms.py b/src/accounting/forms.py index 1af57f5..3650f7e 100644 --- a/src/accounting/forms.py +++ b/src/accounting/forms.py @@ -603,7 +603,6 @@ class AccountForm(forms.Form): code="code_unique") self.add_error("code", error) raise error - return def _validate_code_descendant_code_size(self) -> None: """Validates whether the codes of the descendants will be too long.