Compare commits

..

No commits in common. "master" and "v0.6.0" have entirely different histories.

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): # pylint: disable=unused-argument def is_default(self, key):
""" """
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): # pylint: disable=empty-docstring def is_default(self, key):
""" """ """ """
special = [ special = [
"Setting", "Setting",