Delete repeated param description.

Change-Id: Icdccc700a91f893a4427ee89c140de9a153e4c54
This commit is contained in:
zhangwen1 2019-03-14 18:39:42 +08:00
parent df3b8372f2
commit aa0f033838
1 changed files with 0 additions and 2 deletions

View File

@ -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.