mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-20 17:59:57 +00:00
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user