commit | bcff4b0e5afea4d1abd17af8ef2138fa0a93bdd2 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Sun Jun 25 16:03:58 2023 +0530 |
committer | GitHub <noreply@github.com> | Sun Jun 25 16:03:58 2023 +0530 |
tree | 1ee9abceef82e62deba81ada934b188c48834617 | |
parent | 5e9014be8c67ae5f6207a0a360db9d179b71d723 [diff] |
chore: linting issues
diff --git a/erpnext/accounts/doctype/accounting_dimension_filter/accounting_dimension_filter.py b/erpnext/accounts/doctype/accounting_dimension_filter/accounting_dimension_filter.py index 2a6c76d..a79f13d 100644 --- a/erpnext/accounts/doctype/accounting_dimension_filter/accounting_dimension_filter.py +++ b/erpnext/accounts/doctype/accounting_dimension_filter/accounting_dimension_filter.py
@@ -13,7 +13,7 @@ # If restriction is not applied on values, then remove all the dimensions and set allow_or_restrict to Restrict if not self.apply_restriction_on_values: self.allow_or_restrict = "Restrict" - self.set('dimensions', []) + self.set("dimensions", []) def validate(self): self.validate_applicable_accounts()