diff --git a/plugins/inventory/freeipa.py b/plugins/inventory/freeipa.py index 8cb2ec5b..fc1c0ef0 100644 --- a/plugins/inventory/freeipa.py +++ b/plugins/inventory/freeipa.py @@ -107,7 +107,7 @@ from ansible.plugins.inventory import BaseInventoryPlugin from ansible.module_utils.six.moves.urllib.parse import quote -class InventoryModule(BaseInventoryPlugin): +class InventoryModule(BaseInventoryPlugin): # pylint: disable=R0901 NAME = 'freeipa'