avocado/core/loader.py: style fixes
With two different versions of pylint, style warnings were reported:
avocado/core/loader.py:662:20: W503 line break before binary operator
avocado/core/loader.py:668:20: W503 line break before binary operator
avocado/core/loader.py:676:20: W503 line break before binary operator
Let's fix by breaking that into two statements.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
Showing
想要评论请 注册 或 登录