mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #42691 from mitodl/develop
Removed erroneous line causing duplicate creation of single function
This commit is contained in:
commit
de88937491
@ -291,7 +291,6 @@ def _register_functions():
|
||||
modules_ = [module_ for module_ in modules.modules]
|
||||
|
||||
for mod_name in modules_:
|
||||
mod_name = _to_snake_case(module_)
|
||||
mod_func = _copy_function(mod_name, str(mod_name))
|
||||
mod_func.__doc__ = _build_doc(mod_name)
|
||||
__all__.append(mod_name)
|
||||
|
Loading…
Reference in New Issue
Block a user