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 | 1 - scripts/patchtest-get-branch | 1 - 2 files changed, 2 deletions(-) (limited to 'scripts') 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) -- cgit v1.2.3-54-g00ecf