[elbe-devel] [PATCH v2 09/12] test_pylint: Fix Pylint

Torben Hohn torben.hohn at linutronix.de
Thu Jul 22 17:10:09 CEST 2021


From: Christian Teklenborg <chris at linutronix.de>

9:0: W0611: (Unused command_out imported from elbepack.shellhelper)

Signed-off-by: Christian Teklenborg <chris at linutronix.de>
Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
 elbepack/tests/test_pylint.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elbepack/tests/test_pylint.py b/elbepack/tests/test_pylint.py
index 8ef40f22f..b05fbd90b 100644
--- a/elbepack/tests/test_pylint.py
+++ b/elbepack/tests/test_pylint.py
@@ -6,7 +6,7 @@
 import os
 
 from elbepack.commands.test import ElbeTestCase, system, ElbeTestException
-from elbepack.shellhelper import command_out, system_out
+from elbepack.shellhelper import system_out
 from elbepack.directories import pack_dir, elbe_exe, elbe_dir
 
 class TestPylint(ElbeTestCase):
-- 
2.20.1



More information about the elbe-devel mailing list