diff options
author | Ross Burton <ross.burton@arm.com> | 2023-10-19 14:40:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-19 14:53:45 +0100 |
commit | 4cea51a9addeae3a7bd054dcfa34c59ccda31099 (patch) | |
tree | 94e0d7725f36cabaa2223a777b1972f02392cda9 /meta/lib/patchtest/tests/test_patch_upstream_status.py | |
parent | 4ba54e29ffa6e3dbfcb92752a759b805a2591a09 (diff) | |
download | poky-4cea51a9addeae3a7bd054dcfa34c59ccda31099.tar.gz |
patchtest: remove unused imports
(From OE-Core rev: be8429d986335aae65c2426862b97836ba46e42a)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/patchtest/tests/test_patch_upstream_status.py')
-rw-r--r-- | meta/lib/patchtest/tests/test_patch_upstream_status.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/lib/patchtest/tests/test_patch_upstream_status.py b/meta/lib/patchtest/tests/test_patch_upstream_status.py index 957817ba8d..a5b278304e 100644 --- a/meta/lib/patchtest/tests/test_patch_upstream_status.py +++ b/meta/lib/patchtest/tests/test_patch_upstream_status.py | |||
@@ -7,7 +7,6 @@ | |||
7 | import base | 7 | import base |
8 | import parse_upstream_status | 8 | import parse_upstream_status |
9 | import pyparsing | 9 | import pyparsing |
10 | import os | ||
11 | 10 | ||
12 | class PatchUpstreamStatus(base.Base): | 11 | class PatchUpstreamStatus(base.Base): |
13 | 12 | ||