From 60b5e30b3f409783ed60d79b06767a8306d2783c Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 25 Feb 2026 09:10:26 -0600 Subject: [PATCH] fix: make pylint happy --- src/wuttaweb/forms/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wuttaweb/forms/base.py b/src/wuttaweb/forms/base.py index 796fd6f..ee04047 100644 --- a/src/wuttaweb/forms/base.py +++ b/src/wuttaweb/forms/base.py @@ -1080,14 +1080,14 @@ class Form: # pylint: disable=too-many-instance-attributes,too-many-public-meth return HTML.literal(html) - def render_vue_field( # pylint: disable=unused-argument,too-many-locals + def render_vue_field( self, fieldname, readonly=None, label=True, horizontal=True, **kwargs, - ): + ): # pylint: disable=unused-argument,too-many-locals,too-many-branches """ Render the given field completely, i.e. ```` wrapper with label and a widget, with validation errors flagged as