[PATCH v4 1/6] patman: Drop unnecessary import in gitutil

Simon Glass sjg at chromium.org
Sun Jun 7 14:45:45 CEST 2020


The checkpatch module is not used, so drop it.

Signed-off-by: Simon Glass <sjg at chromium.org>
Reported-by: Stefan Bosch <stefan_b at posteo.net>
---

(no changes since v3)

Changes in v3:
- Split out the gitutil change into a separate patch

 tools/patman/gitutil.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/patman/gitutil.py b/tools/patman/gitutil.py
index 72fc95d558..c9ceb28a05 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
-- 
2.27.0.278.ge193c7cf3a9-goog



More information about the U-Boot mailing list