From a7a732073720f831ea0fdfa89818a05cead5f209 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 19 Oct 2023 14:40:54 +0100 Subject: patchtest: remove unused imports (From OE-Core rev: 673d1b51b5183a81d1daaa7a48250aa938679883) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit be8429d986335aae65c2426862b97836ba46e42a) Signed-off-by: Steve Sakoman --- scripts/patchtest-get-branch | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/patchtest-get-branch') 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 import argparse import re import git -import sys re_prefix = re.compile("(\[.*\])", re.DOTALL) -- cgit v1.2.3-54-g00ecf