diff --git a/tracex_project/db_results/views.py b/tracex_project/db_results/views.py index c3ba773c..ba8115eb 100644 --- a/tracex_project/db_results/views.py +++ b/tracex_project/db_results/views.py @@ -222,9 +222,7 @@ def create_bar_chart(data: pd.Series, x_title: str, y_title: str) -> str: class EvaluationView(FormView): - """ - View for displaying all extracted traces and DFG images with filter selection options. - """ + """View for displaying all extracted traces and DFG images with filter selection options.""" form_class = EvaluationForm template_name = "evaluation.html"