diff --git a/ipalib/__init__.py b/ipalib/__init__.py index 094fc5ec2..f0780aa1f 100644 --- a/ipalib/__init__.py +++ b/ipalib/__init__.py @@ -943,11 +943,6 @@ class API(plugable.API): ipaserver.plugins, ) else: - # disables immediately after an else clause - # do not work properly: - # https://github.com/PyCQA/pylint/issues/872 - # Thus, below line was added as a workaround - result = None import ipaclient.remote_plugins import ipaclient.plugins result = (