Cleaned up pylint warnings

This commit is contained in:
Simon Willison 2019-04-13 12:20:10 -07:00
commit d1075b8259
4 changed files with 13 additions and 3 deletions

View file

@ -108,6 +108,7 @@ class RowTableShared(BaseView):
continue
# First let the plugins have a go
# pylint: disable=no-member
plugin_display_value = pm.hook.render_cell(
value=value,
column=column,