[PATCH v3 1/5] patman: Drop unnecessary import in gitutil
Simon Glass
sjg at chromium.org
Fri May 22 04:29:00 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>
---
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
--
2.27.0.rc0.183.gde8f92d652-goog
More information about the U-Boot
mailing list