mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
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>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
from infra.basetest import BRTest, BASIC_TOOLCHAIN_CONFIG
|
from infra.basetest import BRTest
|
||||||
|
|
||||||
|
|
||||||
class TestShadow(BRTest):
|
class TestShadow(BRTest):
|
||||||
|
|||||||
Reference in New Issue
Block a user