From 6f48848562f4e9ab9584154fd85e6ad1ac331ecd Mon Sep 17 00:00:00 2001 From: Stanislav Levin Date: Feb 13 2020 18:39:34 +0000 Subject: pylint: Clean up comment I added a comment in @d0b420f6d, later, on refactoring in @c6769ad12 I forgot to remove it. So, it is just a clean up. Related: https://pagure.io/freeipa/issue/8116 Signed-off-by: Stanislav Levin Reviewed-By: Christian Heimes --- diff --git a/ipalib/__init__.py b/ipalib/__init__.py index 094fc5e..f0780aa 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 = (