From a309de6c08987b1cf9645111414d1c52b4525190 Mon Sep 17 00:00:00 2001 From: Stanislav Levin Date: Sat, 28 Dec 2019 13:01:28 +0300 Subject: [PATCH] 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 --- ipalib/__init__.py | 5 ----- 1 file changed, 5 deletions(-) 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 = (