On Mon, Oct 27, 2025 at 9:29 PM Thomas Huth <[email protected]> wrote: > > From: Thomas Huth <[email protected]> > > skipIfMissingCommands is not used here, remove the import to silence > a pylint warning for this file. > > Signed-off-by: Thomas Huth <[email protected]>
Thanks! Applied to riscv-to-apply.next Alistair > --- > tests/functional/riscv64/test_sifive_u.py | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/tests/functional/riscv64/test_sifive_u.py > b/tests/functional/riscv64/test_sifive_u.py > index 358ff0d1f60..847f709da12 100755 > --- a/tests/functional/riscv64/test_sifive_u.py > +++ b/tests/functional/riscv64/test_sifive_u.py > @@ -13,7 +13,6 @@ > import os > > from qemu_test import Asset, LinuxKernelTest > -from qemu_test import skipIfMissingCommands > > > class SifiveU(LinuxKernelTest): > -- > 2.51.0 > >
