Fixed long line (flake8)

This commit is contained in:
Salvador E. Tropea 2020-12-09 13:02:51 -03:00
parent 4d0a154632
commit 351e734dd6
1 changed files with 2 additions and 1 deletions

View File

@ -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()