From 4cea51a9addeae3a7bd054dcfa34c59ccda31099 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: be8429d986335aae65c2426862b97836ba46e42a) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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