Skip to content

Commit 850c6f7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4956bf1 commit 850c6f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/rag/test_rag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def test_rag_build_rag_agent(self, lls_client: LlamaStackClient) -> None:
167167
documents = [
168168
RAGDocument(
169169
document_id=f"num-{i}",
170-
content=f"https://raw.githubusercontent.com/pytorch/torchtune/refs/tags/v0.6.1/docs/source/tutorials/{url}", # noqa
170+
content=f"https://raw.githubusercontent.com/pytorch/torchtune/refs/tags/v0.6.1/docs/source/tutorials/{url}", # noqa
171171
mime_type="text/plain",
172172
metadata={},
173173
)

0 commit comments

Comments
 (0)