Skip to content

Commit 1749f25

Browse files
committed
Formatting
Signed-off-by: Louis Mandel <[email protected]>
1 parent 8bf3088 commit 1749f25

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/test_examples_run.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@
3737
# Requires installation dependencies
3838
pathlib.Path("examples") / "intrinsics" / "demo-hallucination.pdl",
3939
pathlib.Path("examples") / "tutorial" / "programs" / "demo-hallucination.pdl",
40-
pathlib.Path("pdl-live-react") / "src-tauri" / "tests" / "cli" / "code-python.pdl"
40+
pathlib.Path("pdl-live-react")
41+
/ "src-tauri"
42+
/ "tests"
43+
/ "cli"
44+
/ "code-python.pdl",
4145
# Skip RAG examples
4246
pathlib.Path("examples") / "rag" / "pdf_index.pdl",
4347
pathlib.Path("examples") / "rag" / "pdf_query.pdl",

0 commit comments

Comments
 (0)