Skip to content

Commit 9d84a66

Browse files
committed
Formatting improvements in verify_rag_image_test.py
1 parent 45b52fc commit 9d84a66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/verify_rag_image_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
for version in versions:
77
path = f"/rag/vector_db/ocp_product_docs/{version}/index_store.json"
88
assert os.path.isfile(path)
9-
9+
1010
path = "/rag/embeddings_model/config.json"
1111
assert os.path.isfile(path)
12-
print("Success")
12+
print("Success")

0 commit comments

Comments
 (0)