[#127] Change service registration

Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
This commit is contained in:
Andrey Berezin 2023-11-22 19:54:39 +03:00
parent 253bb3b1d8
commit f072f88673
3 changed files with 7 additions and 16 deletions

View file

@ -23,7 +23,7 @@ def load_all(group: str) -> Any:
"""Loads all plugins using entry point specification.
Args:
plugin_group: Name of plugin group.
group: Name of plugin group.
Returns:
Classes from specified group.