diff --git a/src/wuttasync/importing/handlers.py b/src/wuttasync/importing/handlers.py index 45bdcc0..2aa8ffe 100644 --- a/src/wuttasync/importing/handlers.py +++ b/src/wuttasync/importing/handlers.py @@ -655,7 +655,7 @@ class ImportHandler( # pylint: disable=too-many-public-methods,too-many-instanc """ return kwargs - def is_default(self, key): # pylint: disable=unused-argument + def is_default(self, key): """ Return a boolean indicating whether the importer corresponding to ``key`` should be considered "default" - i.e. included as diff --git a/src/wuttasync/importing/wutta.py b/src/wuttasync/importing/wutta.py index a8be860..10e6e6c 100644 --- a/src/wuttasync/importing/wutta.py +++ b/src/wuttasync/importing/wutta.py @@ -126,7 +126,7 @@ class FromWuttaToWuttaBase(FromWuttaHandler, ToWuttaHandler): }, ) - def is_default(self, key): # pylint: disable=empty-docstring + def is_default(self, key): """ """ special = [ "Setting",