commit | 3d2efb76d39910b271325554a9d841e74ea0230f | [log] [tgz] |
---|---|---|
author | rohitwaghchaure <rohitw1991@gmail.com> | Mon Nov 29 17:52:55 2021 +0530 |
committer | GitHub <noreply@github.com> | Mon Nov 29 17:52:55 2021 +0530 |
tree | 24be6e671cffb13a4eaa19c265789bbdcfb688fd | |
parent | 570ae422a84088a9d37fc1ef79264d0793a25505 [diff] |
fix: linters issue
diff --git a/erpnext/manufacturing/report/work_order_consumed_materials/work_order_consumed_materials.py b/erpnext/manufacturing/report/work_order_consumed_materials/work_order_consumed_materials.py index a56c710..0528348 100644 --- a/erpnext/manufacturing/report/work_order_consumed_materials/work_order_consumed_materials.py +++ b/erpnext/manufacturing/report/work_order_consumed_materials/work_order_consumed_materials.py
@@ -4,6 +4,7 @@ import frappe from frappe import _ + def execute(filters=None): columns, data = [], [] columns = get_columns()