summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-10-19 14:40:54 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-19 14:53:23 +0100
commitbe8429d986335aae65c2426862b97836ba46e42a (patch)
tree374058ac72725bc4f061ceb59cd8323004909a8d /scripts
parent2cc2dda6c3d5a97173b3fc434cc16ff2a930f43f (diff)
downloadopenembedded-core-be8429d986335aae65c2426862b97836ba46e42a.tar.gz
patchtest: remove unused imports
Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/patchtest1
-rwxr-xr-xscripts/patchtest-get-branch1
2 files changed, 0 insertions, 2 deletions
diff --git a/scripts/patchtest b/scripts/patchtest
index be40e4b2a4..b71345d828 100755
--- a/scripts/patchtest
+++ b/scripts/patchtest
@@ -12,7 +12,6 @@
import sys
import os
import unittest
-import fileinput
import logging
import traceback
import json
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)