mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
disable not-callable for iter_entry_points
This commit is contained in:
parent
d62c56f9c9
commit
1b69165f4a
1 changed files with 1 additions and 0 deletions
|
|
@ -190,6 +190,7 @@ class PluginsRegistry(collections.Mapping):
|
|||
def find_all(cls):
|
||||
"""Find plugins using setuptools entry points."""
|
||||
plugins = {}
|
||||
# pylint: disable=not-callable
|
||||
entry_points = itertools.chain(
|
||||
pkg_resources.iter_entry_points(
|
||||
constants.SETUPTOOLS_PLUGINS_ENTRY_POINT),
|
||||
|
|
|
|||
Loading…
Reference in a new issue