Skip to content

Commit

Permalink
♻️ fix pylint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
FR-SON committed May 23, 2024
1 parent c4c11db commit 91b632e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions tracex_project/trace_comparator/comparator.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
"""The trace comparator compares the pipeline output against a ground truth and vice versa."""
import time
from typing import List, Tuple

import pandas as pd
from pathlib import Path
from django.conf import settings
import pandas as pd

from extraction.models import Prompt
from tracex.logic.logger import log_execution_time
Expand Down
2 changes: 2 additions & 0 deletions tracex_project/trace_comparator/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@


class TraceComparisonMixin(View):
"""Mixin providing functionality that is used in multiple views in the trace comparator app."""

@staticmethod
def get_first_and_last_trace(
patient_journey_name: str,
Expand Down

0 comments on commit 91b632e

Please sign in to comment.