summaryrefslogtreecommitdiffstats
path: root/scripts/patchtest-get-branch
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-10-19 14:40:54 +0100
committerSteve Sakoman <steve@sakoman.com>2023-11-24 05:01:37 -1000
commita7a732073720f831ea0fdfa89818a05cead5f209 (patch)
tree4cdb88408bb66df510960c5be02ec956228e2591 /scripts/patchtest-get-branch
parent4f6d210ee09d8b51a0b52109f8f595d5712405c9 (diff)
downloadpoky-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 'scripts/patchtest-get-branch')
-rwxr-xr-xscripts/patchtest-get-branch1
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
15import argparse 15import argparse
16import re 16import re
17import git 17import git
18import sys
19 18
20re_prefix = re.compile("(\[.*\])", re.DOTALL) 19re_prefix = re.compile("(\[.*\])", re.DOTALL)
21 20