jinja icon indicating copy to clipboard operation
jinja copied to clipboard

Simplify example for ModuleLoader

Open charlax opened this issue 2 years ago • 0 comments

The ModuleLoader example seems copy pasted from ChoiceLoader. As a result it's not immediately clear how their API differ.

Checklist:

  • [x] Add tests that demonstrate the correct behavior of the change. Tests should fail without the change.
  • [x] Add or update relevant docs, in the docs folder and in code.
  • [ ] Add an entry in CHANGES.rst summarizing the change and linking to the issue.
  • [x] Add .. versionchanged:: entries in any relevant code docs.
  • [x] Run pre-commit hooks and fix any issues.
  • [x] Run pytest and tox, no tests failed.

charlax avatar Jul 26 '22 09:07 charlax