diff --git a/notes_tools/reports/texenv.py b/notes_tools/reports/texenv.py index 8a9d5d5..ae18833 100644 --- a/notes_tools/reports/texenv.py +++ b/notes_tools/reports/texenv.py @@ -31,13 +31,6 @@ texenv = jinja2.Environment( from .filters import includegraphics texenv.filters['includegraphics'] = includegraphics -from notes_tools.tools.marks_plottings import * -texenv.filters['radar_on'] = radar_on -texenv.filters['marks_hist'] = marks_hist -texenv.filters['parallele_on'] = parallele_on -texenv.filters['pie_skill_evaluation'] = pie_skill_evaluation -texenv.filters['pies_skills_level'] = pies_skills_level - def feed_template(target, datas, template): """ Get the template and feed it to create reports