Fixed flake8 details

This commit is contained in:
SET 2020-08-15 11:06:45 -03:00
parent 8ba17872dc
commit 9681064093
2 changed files with 5 additions and 11 deletions

View File

@ -220,7 +220,6 @@ def check_csv_info(r, info, stats):
assert row == len(r) assert row == len(r)
def kibom_verif(rows, header, skip_head=False, qty_name=QTY_COLUMN_NAME): def kibom_verif(rows, header, skip_head=False, qty_name=QTY_COLUMN_NAME):
if not skip_head: if not skip_head:
assert header == KIBOM_TEST_HEAD assert header == KIBOM_TEST_HEAD

View File

@ -245,8 +245,3 @@ def test_sch_errors_bad_snum():
def test_sch_errors_bad_tbentry(): def test_sch_errors_bad_tbentry():
setup_ctx('bad_tbentry', 'Wrong entry in title block') setup_ctx('bad_tbentry', 'Wrong entry in title block')