Skip to content

Commit

Permalink
refactor: docstring was wrong in evaluationview
Browse files Browse the repository at this point in the history
  • Loading branch information
thangixd committed May 24, 2024
1 parent 6a5f225 commit f99c245
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tracex_project/db_results/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f99c245

Please sign in to comment.