diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-12-07 14:36:04 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-13 11:34:27 +0000 |
| commit | b9eeb3b3863fd98c20d177b98cb0fd54a4440ce1 (patch) | |
| tree | 801864dff190e35ceab544c04cec2970fea76436 /meta/lib/oeqa/utils | |
| parent | 1d19f6c52739f7db92243a32d0e94f9d30eeb354 (diff) | |
| download | poky-b9eeb3b3863fd98c20d177b98cb0fd54a4440ce1.tar.gz | |
qemurunner: remove unused import
Removes unused logging import
(From OE-Core rev: 1f21509a2fadb66888589e9946b34dddf5becc72)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Eilís 'pidge' Ní Fhlannagáin <pidge@baylibre.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/utils')
| -rw-r--r-- | meta/lib/oeqa/utils/qemurunner.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py index 29fe271976..ee36707800 100644 --- a/meta/lib/oeqa/utils/qemurunner.py +++ b/meta/lib/oeqa/utils/qemurunner.py | |||
| @@ -19,7 +19,6 @@ import errno | |||
| 19 | import string | 19 | import string |
| 20 | import threading | 20 | import threading |
| 21 | import codecs | 21 | import codecs |
| 22 | import logging | ||
| 23 | import tempfile | 22 | import tempfile |
| 24 | from collections import defaultdict | 23 | from collections import defaultdict |
| 25 | import importlib | 24 | import importlib |
