test: make pylint happy
This commit is contained in:
parent
343567128f
commit
e5ab17f2f2
1 changed files with 1 additions and 1 deletions
|
|
@ -382,7 +382,7 @@ class Grid: # pylint: disable=too-many-instance-attributes,too-many-public-meth
|
||||||
joined = None
|
joined = None
|
||||||
pager = None
|
pager = None
|
||||||
|
|
||||||
def __init__( # pylint: disable=too-many-arguments,too-many-positional-arguments,too-many-locals
|
def __init__( # pylint: disable=too-many-arguments,too-many-positional-arguments,too-many-locals,too-many-branches,too-many-statements
|
||||||
self,
|
self,
|
||||||
request,
|
request,
|
||||||
vue_tagname="wutta-grid",
|
vue_tagname="wutta-grid",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue