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/gcc.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/gcc.py')
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/gcc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/gcc.py b/meta/lib/oeqa/selftest/cases/gcc.py index 3efe15228f..9308724ce5 100644 --- a/meta/lib/oeqa/selftest/cases/gcc.py +++ b/meta/lib/oeqa/selftest/cases/gcc.py | |||
| @@ -3,7 +3,7 @@ import os | |||
| 3 | from oeqa.core.decorator import OETestTag | 3 | from oeqa.core.decorator import OETestTag |
| 4 | from oeqa.core.case import OEPTestResultTestCase | 4 | from oeqa.core.case import OEPTestResultTestCase |
| 5 | from oeqa.selftest.case import OESelftestTestCase | 5 | from oeqa.selftest.case import OESelftestTestCase |
| 6 | from oeqa.utils.commands import bitbake, get_bb_var, get_bb_vars, runqemu, Command | 6 | from oeqa.utils.commands import bitbake, get_bb_var, get_bb_vars, runqemu |
| 7 | 7 | ||
| 8 | def parse_values(content): | 8 | def parse_values(content): |
| 9 | for i in content: | 9 | for i in content: |
