Compare commits

...

1 commit

Author SHA1 Message Date
e2d0794379 test: make pylint happy 2026-03-17 19:59:10 -05:00
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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",