diff options
author | Ross Burton <ross@burtonini.com> | 2022-03-31 19:29:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-01 23:11:37 +0100 |
commit | 668753b8ed620785a7bfd999d78b5c09c1186c73 (patch) | |
tree | 0e3e51946a3357a358667cbf3fe076fbc11fa087 /meta/lib/oeqa/selftest/cases/tinfoil.py | |
parent | f4205dcf3d9127bdf5d2441e5f8e7b32cbe91903 (diff) | |
download | poky-668753b8ed620785a7bfd999d78b5c09c1186c73.tar.gz |
oeqa/selftest: remove unused imports
(From OE-Core rev: 7ef7b03eeefc0a9911fd62c73e346fa5aeeb09eb)
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/tinfoil.py')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/tinfoil.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/tinfoil.py b/meta/lib/oeqa/selftest/cases/tinfoil.py index 6f26af23d5..c81d56d82b 100644 --- a/meta/lib/oeqa/selftest/cases/tinfoil.py +++ b/meta/lib/oeqa/selftest/cases/tinfoil.py | |||
@@ -9,7 +9,6 @@ import logging | |||
9 | import bb.tinfoil | 9 | import bb.tinfoil |
10 | 10 | ||
11 | from oeqa.selftest.case import OESelftestTestCase | 11 | from oeqa.selftest.case import OESelftestTestCase |
12 | from oeqa.utils.commands import runCmd | ||
13 | 12 | ||
14 | class TinfoilTests(OESelftestTestCase): | 13 | class TinfoilTests(OESelftestTestCase): |
15 | """ Basic tests for the tinfoil API """ | 14 | """ Basic tests for the tinfoil API """ |