Skip to content

Commit 5fefa23

Browse files
committed
Ruff
1 parent 5c77450 commit 5fefa23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/listing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def generate_usage(task_metadata: dict[str, Any]) -> None:
129129
)
130130
else:
131131
contents.append(
132-
f"pip install \"inspect_evals[{dependency}]@git+https://github.com/UKGovernmentBEIS/inspect_evals\""
132+
f'pip install "inspect_evals[{dependency}]@git+https://github.com/UKGovernmentBEIS/inspect_evals"'
133133
)
134134
contents.append("```")
135135
contents.append("")

0 commit comments

Comments
 (0)