test: make pylint happy
This commit is contained in:
parent
ad80bc8113
commit
e2d0794379
2 changed files with 2 additions and 2 deletions
|
|
@ -655,7 +655,7 @@ class ImportHandler( # pylint: disable=too-many-public-methods,too-many-instanc
|
||||||
"""
|
"""
|
||||||
return kwargs
|
return kwargs
|
||||||
|
|
||||||
def is_default(self, key):
|
def is_default(self, key): # pylint: disable=unused-argument
|
||||||
"""
|
"""
|
||||||
Return a boolean indicating whether the importer corresponding
|
Return a boolean indicating whether the importer corresponding
|
||||||
to ``key`` should be considered "default" - i.e. included as
|
to ``key`` should be considered "default" - i.e. included as
|
||||||
|
|
|
||||||
|
|
@ -126,7 +126,7 @@ class FromWuttaToWuttaBase(FromWuttaHandler, ToWuttaHandler):
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
def is_default(self, key):
|
def is_default(self, key): # pylint: disable=empty-docstring
|
||||||
""" """
|
""" """
|
||||||
special = [
|
special = [
|
||||||
"Setting",
|
"Setting",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue