Skip to content

Commit

Permalink
Fixed long line (flake8)
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Dec 9, 2020
1 parent 4d0a154 commit 351e734
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_plot/test_int_bom.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,8 @@ def test_int_bom_use_alt_2():
ref_column = header.index(REF_COLUMN_NAME)
qty_column = header.index(QTY_COLUMN_NAME)
# R3 without footprint won't be merged with other 10K resistors
check_kibom_test_netlist(rows, ref_column, KIBOM_TEST_GROUPS+1, KIBOM_TEST_EXCLUDE, KIBOM_TEST_COMPONENTS_ALT2, ref_sep=';')
check_kibom_test_netlist(rows, ref_column, KIBOM_TEST_GROUPS+1, KIBOM_TEST_EXCLUDE, KIBOM_TEST_COMPONENTS_ALT2,
ref_sep=';')
check_dnc(rows, 'R7', ref_column, qty_column)
ctx.clean_up()

Expand Down

0 comments on commit 351e734

Please sign in to comment.