cros lint: fix func/class docstring checker
Recent pylint updates changed the name of the visit methods.
Update the names so we enforce docstring style on these again.
BUG=chromium:1015273
TEST=`cros lint` found broken styles
Change-Id: Ia6cf8fc72030ee7f93d94853829ae1b2312e1974
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/chromite/+/1913181
Tested-by: Mike Frysinger <vapier@chromium.org>
Reviewed-by: Andrew Lamb <andrewlamb@chromium.org>
diff --git a/scripts/cros_fuzz.py b/scripts/cros_fuzz.py
index 6c32958..ff6179e 100644
--- a/scripts/cros_fuzz.py
+++ b/scripts/cros_fuzz.py
@@ -1112,7 +1112,7 @@
def InstallBaseDependencies(options):
- """ Installs the base packages needed to chroot in board sysroot.
+ """Installs the base packages needed to chroot in board sysroot.
Args:
options: The parsed arguments passed to this program.