diff --git a/src/wuttasync/importing/handlers.py b/src/wuttasync/importing/handlers.py index 2aa8ffe..45bdcc0 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): + def is_default(self, key): # pylint: disable=unused-argument """ 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 10e6e6c..a8be860 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): + def is_default(self, key): # pylint: disable=empty-docstring """ """ special = [ "Setting",