diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2017-09-30 23:10:47 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2017-09-30 23:10:47 +0200 |
commit | dbd1000240535771a45912a18b38ed240a4efa18 (patch) | |
tree | 819291a711ad5bd168c5b366af5f5ca9def14b28 /src/ee/kicad/bom_tool | |
parent | 122850d7a90428b6d7b92fe6100a1f2a6df2a1eb (diff) | |
download | ee-python-dbd1000240535771a45912a18b38ed240a4efa18.tar.gz ee-python-dbd1000240535771a45912a18b38ed240a4efa18.tar.bz2 ee-python-dbd1000240535771a45912a18b38ed240a4efa18.tar.xz ee-python-dbd1000240535771a45912a18b38ed240a4efa18.zip |
o Reformat all.
Diffstat (limited to 'src/ee/kicad/bom_tool')
-rw-r--r-- | src/ee/kicad/bom_tool/__init__.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ee/kicad/bom_tool/__init__.py b/src/ee/kicad/bom_tool/__init__.py index f5d2e4f..3e28eaf 100644 --- a/src/ee/kicad/bom_tool/__init__.py +++ b/src/ee/kicad/bom_tool/__init__.py @@ -103,12 +103,12 @@ def to_panda(bom, bom_settings, csv_format): # type: (Bom, BomSettings, CsvForm # refs.append(functools.reduce(lambda a, b: a + ' ' + b, [c.ref for c in cs], '')) print("group={}".format(gs)) - # return pd.DataFrame(data={ - # 'count': counts, - # 'mpn': mpns, - # 'dpn': dpns, - # 'refs': refs, - # }) + # return pd.DataFrame(data={ + # 'count': counts, + # 'mpn': mpns, + # 'dpn': dpns, + # 'refs': refs, + # }) else: for ref, c in filtered: for key, value in c: |