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>
This commit is contained in:
Simon Glass 2020-06-07 06:45:45 -06:00
parent a6cfc34e36
commit 676f98a870

View File

@ -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