application: Remove stale docstring param for .find_plugins()

The 'ignore_config_files' parameter was accidentally not removed in
c918e72.
This commit is contained in:
Eric N. Vander Weele 2020-01-12 15:19:07 -08:00
parent c918e72496
commit 3010ab3fbd

View file

@ -143,9 +143,6 @@ class Application(object):
:param str config_file:
The optional configuraiton file to override all other configuration
files (i.e., the --config option).
:param bool ignore_config_files:
Determine whether to parse configuration files or not. (i.e., the
--isolated option).
"""
local_plugins = config.get_local_plugins(config_finder, config_file)