From patchwork Fri May 22 02:29:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 246215 List-Id: U-Boot discussion From: sjg at chromium.org (Simon Glass) Date: Thu, 21 May 2020 20:29:00 -0600 Subject: [PATCH v3 1/5] patman: Drop unnecessary import in gitutil Message-ID: <20200522022904.239301-1-sjg@chromium.org> The checkpatch module is not used, so drop it. Signed-off-by: Simon Glass Reported-by: Stefan Bosch --- Changes in v3: - Split out the gitutil change into a separate patch Changes in v2: None tools/patman/gitutil.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/patman/gitutil.py b/tools/patman/gitutil.py index 770a0510142..844f8759dec 100644 --- a/tools/patman/gitutil.py +++ b/tools/patman/gitutil.py @@ -7,7 +7,6 @@ import os import subprocess import sys -from patman import checkpatch from patman import command from patman import series from patman import settings