chore: remove dead assets dashboard_fixtures with broken imports (#57079)

erpnext.accounts.dashboard_fixtures and erpnext.buying.dashboard_fixtures
were removed in 2020 when dashboards were exported to JSON fixtures.
The assets module's dashboard_fixtures.py was left behind unreferenced;
its dashboard, charts and number cards already exist as exported JSON.

(cherry picked from commit 14a15cc6f9)
This commit is contained in:
khushi8112
2026-07-14 00:46:26 +05:30
committed by Mergify
parent 3b7467daab
commit 345c508be7
2 changed files with 0 additions and 191 deletions

View File

@@ -39,7 +39,6 @@ build-backend = "flit_core.buildapi"
max_module_depth = 1
skip_namespaces = [
"erpnext.deprecation_dumpster",
"erpnext.assets.dashboard_fixtures", # https://github.com/frappe/erpnext/issues/44418
]
[tool.bench.frappe-dependencies]