diff options
author | Simon Glass <sjg@chromium.org> | 2020-06-07 06:45:45 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2020-07-09 18:57:21 -0600 |
commit | 676f98a8703d50aeb4e9c51450707d7f7d106120 (patch) | |
tree | 592ea3d992676cb74b332ee2971f1b685185ee36 | |
parent | a6cfc34e36dda8771c9d6de4c39a6d01b23b35cb (diff) | |
download | u-boot-676f98a8703d50aeb4e9c51450707d7f7d106120.zip u-boot-676f98a8703d50aeb4e9c51450707d7f7d106120.tar.gz u-boot-676f98a8703d50aeb4e9c51450707d7f7d106120.tar.bz2 |
patman: Drop unnecessary import in gitutil
The checkpatch module is not used, so drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reported-by: Stefan Bosch <stefan_b@posteo.net>
-rw-r--r-- | tools/patman/gitutil.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/patman/gitutil.py b/tools/patman/gitutil.py index 72fc95d..c9ceb28 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 |