mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Cleaned up pylint warnings
This commit is contained in:
parent
13ee3c222f
commit
d1075b8259
4 changed files with 13 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue