Skip to content

Commit

Permalink
♻️ merge main into branch, fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
FR-SON committed May 24, 2024
1 parent 53c58c2 commit 4aebf41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified tracex_project/db.sqlite3
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def __rate_activity_relevance(activity: str, condition: str | None) -> str:
return category

def __rate_timestamps_correctness(
self, activity: str, start: pd.DateTime, end: pd.DateTime
self, activity: str, start, end
) -> Tuple[str, float]:
messages = Prompt.objects.get(name="METRIC_TIMESTAMP_MESSAGES").text
messages.append(
Expand Down

0 comments on commit 4aebf41

Please sign in to comment.