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 /scripts/patchtest-get-branch | |
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 'scripts/patchtest-get-branch')
-rwxr-xr-x | scripts/patchtest-get-branch | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/patchtest-get-branch b/scripts/patchtest-get-branch index 962f572b20..b5fb2b0f04 100755 --- a/scripts/patchtest-get-branch +++ b/scripts/patchtest-get-branch | |||
@@ -15,7 +15,6 @@ import mailbox | |||
15 | import argparse | 15 | import argparse |
16 | import re | 16 | import re |
17 | import git | 17 | import git |
18 | import sys | ||
19 | 18 | ||
20 | re_prefix = re.compile("(\[.*\])", re.DOTALL) | 19 | re_prefix = re.compile("(\[.*\])", re.DOTALL) |
21 | 20 | ||