From aa0f03383807604c29767c854250306308ef5876 Mon Sep 17 00:00:00 2001 From: zhangwen1 Date: Thu, 14 Mar 2019 18:39:42 +0800 Subject: [PATCH] Delete repeated param description. Change-Id: Icdccc700a91f893a4427ee89c140de9a153e4c54 --- stevedore/hook.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/stevedore/hook.py b/stevedore/hook.py index 014b7c3..4df2b0f 100644 --- a/stevedore/hook.py +++ b/stevedore/hook.py @@ -40,8 +40,6 @@ class HookManager(NamedExtensionManager): dependencies of the plugin(s) being loaded. Defaults to False. :type verify_requirements: bool :type on_missing_entrypoints_callback: function - :param verify_requirements: Use setuptools to enforce the - dependencies of the plugin(s) being loaded. Defaults to False. :param warn_on_missing_entrypoint: Flag to control whether failing to load a plugin is reported via a log mess. Only applies if on_missing_entrypoints_callback is None.