Explorar o código

support/testing/tests/package/test_shadow: fix flake8 warning

Fixes:

support/testing/tests/package/test_shadow.py:3:1: F401 'infra.basetest.BASIC_TOOLCHAIN_CONFIG' imported but unused

Reported by https://gitlab.com/buildroot.org/buildroot/-/jobs/4643484762.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas Petazzoni %!s(int64=2) %!d(string=hai) anos
pai
achega
587d392df7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      support/testing/tests/package/test_shadow.py

+ 1 - 1
support/testing/tests/package/test_shadow.py

@@ -1,6 +1,6 @@
 import os
 
-from infra.basetest import BRTest, BASIC_TOOLCHAIN_CONFIG
+from infra.basetest import BRTest
 
 
 class TestShadow(BRTest):