diff options
author | Ross Burton <ross.burton@arm.com> | 2023-10-19 14:40:54 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-11-24 05:01:37 -1000 |
commit | a7a732073720f831ea0fdfa89818a05cead5f209 (patch) | |
tree | 4cdb88408bb66df510960c5be02ec956228e2591 /meta/lib/patchtest/data.py | |
parent | 4f6d210ee09d8b51a0b52109f8f595d5712405c9 (diff) | |
download | poky-a7a732073720f831ea0fdfa89818a05cead5f209.tar.gz |
patchtest: remove unused imports
(From OE-Core rev: 673d1b51b5183a81d1daaa7a48250aa938679883)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit be8429d986335aae65c2426862b97836ba46e42a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/lib/patchtest/data.py')
-rw-r--r-- | meta/lib/patchtest/data.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/lib/patchtest/data.py b/meta/lib/patchtest/data.py index 25a9a57dfb..356259921d 100644 --- a/meta/lib/patchtest/data.py +++ b/meta/lib/patchtest/data.py | |||
@@ -16,7 +16,6 @@ | |||
16 | import os | 16 | import os |
17 | import argparse | 17 | import argparse |
18 | import collections | 18 | import collections |
19 | import tempfile | ||
20 | import logging | 19 | import logging |
21 | 20 | ||
22 | logger=logging.getLogger('patchtest') | 21 | logger=logging.getLogger('patchtest') |