Fixed flake8 details
This commit is contained in:
parent
8ba17872dc
commit
9681064093
|
|
@ -220,7 +220,6 @@ def check_csv_info(r, info, stats):
|
|||
assert row == len(r)
|
||||
|
||||
|
||||
|
||||
def kibom_verif(rows, header, skip_head=False, qty_name=QTY_COLUMN_NAME):
|
||||
if not skip_head:
|
||||
assert header == KIBOM_TEST_HEAD
|
||||
|
|
|
|||
|
|
@ -245,8 +245,3 @@ def test_sch_errors_bad_snum():
|
|||
|
||||
def test_sch_errors_bad_tbentry():
|
||||
setup_ctx('bad_tbentry', 'Wrong entry in title block')
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue