From a1770262ab225045848f268e336d48c80c4c875b Mon Sep 17 00:00:00 2001 From: Daniel Rojas Date: Sun, 22 Aug 2021 17:52:56 +0200 Subject: [PATCH] Change BOM heading from `Item` to `Description` Co-authored-by: kvid --- src/wireviz/wv_bom.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wireviz/wv_bom.py b/src/wireviz/wv_bom.py index c1075da..fce42b8 100644 --- a/src/wireviz/wv_bom.py +++ b/src/wireviz/wv_bom.py @@ -141,7 +141,6 @@ def bom_list(bom: List[BOMEntry]) -> List[List[str]]: # Custom mapping from internal name to BOM column headers. # Headers not specified here are generated by capitilising the internal name. bom_headings = { - "description": "Item", # TODO: Remove this line to use 'Description' in BOM heading. "pn": "P/N", "mpn": "MPN" }