Skip to content

Commit

Permalink
fixed a lint issue in the from_app
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshrvel committed Jan 8, 2025
1 parent 5d141df commit c75e1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ragas/dataset_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ def from_json(cls, path: str, metric_name: t.Optional[str]) -> "MetricAnnotation
@classmethod
def from_app(
cls,
run_id: str = None,
run_id: str,
metric_name: t.Optional[str] = None,
) -> "MetricAnnotation":
"""
Expand Down

0 comments on commit c75e1db

Please sign in to comment.