提交 92e81e71 编写于 作者: L Lukáš Doktor

Merge pull request #487 from lmr/fix-pylint-error

avocado.multiplexer: Remove unnecessary pylint ignore
......@@ -77,4 +77,4 @@ def multiplex_yamls(input_yamls, filter_only=None, filter_out=None,
leaves, pools = tree2pools(final_tree, final_tree.multiplex)
if leaves: # Add remaining leaves (they are not variants, only endpoints
pools.extend(leaves)
return itertools.product(*pools) # *magic required pylint: disable=W0142
return itertools.product(*pools)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册