Skip to content

Commit 6187fc5

Browse files
committed
style: linter issue
1 parent 0902892 commit 6187fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helm/benchmark/scenarios/clear_scenario.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def __init__(self, condition: str):
8585

8686
self.condition = condition
8787
self.name = f"clear_{condition}"
88-
self.description = f"A dataset for evaluating {self.CONDITION_PROMPTS[condition]} detection from patient notes with yes/no/maybe classifications."
88+
self.description = f"A dataset for evaluating {self.CONDITION_PROMPTS[condition]} detection from patient notes with yes/no/maybe classifications." # noqa: E501
8989
self.tags = ["classification", "biomedical", condition.replace("_", "-")]
9090

9191
def get_answer_choices(self) -> List[str]:

0 commit comments

Comments
 (0)