Skip to content

Commit

Permalink
Remove artifacts from jinja event plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rnv812 committed Jun 13, 2024
1 parent edd9a5f commit 911d7e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions eventum_plugins/event/jinja.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,5 @@ def subprocess_manager(self, value: SubprocessManager) -> None:
self._env.globals['subprocess'] = value


def load_plugin():
"""Return class of plugin from current module."""
return JinjaEventPlugin
PLUGIN_CLASS = JinjaEventPlugin
CONFIG_CLASS = JinjaEventConfig

0 comments on commit 911d7e4

Please sign in to comment.