diff options
| author | Simon Glass <[email protected]> | 2020-06-07 06:45:45 -0600 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2020-07-09 18:57:21 -0600 |
| commit | 676f98a8703d50aeb4e9c51450707d7f7d106120 (patch) | |
| tree | 592ea3d992676cb74b332ee2971f1b685185ee36 | |
| parent | a6cfc34e36dda8771c9d6de4c39a6d01b23b35cb (diff) | |
patman: Drop unnecessary import in gitutil
The checkpatch module is not used, so drop it.
Signed-off-by: Simon Glass <[email protected]>
Reported-by: Stefan Bosch <[email protected]>
| -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 72fc95d5580..c9ceb28a050 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 |
