Skip to content

Commit 36d2f88

Browse files
committed
Run autoformat.sh
1 parent 8edb266 commit 36d2f88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/google/adk/tools/retrieval/vertex_ai_rag_retrieval.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
from __future__ import annotations
1818

19-
import logging
2019
import asyncio
20+
import logging
2121
from typing import Any
2222
from typing import TYPE_CHECKING
2323

@@ -97,7 +97,7 @@ async def run_async(
9797

9898
response = await asyncio.to_thread(
9999
rag.retrieval_query,
100-
text=args["query"],
100+
text=args['query'],
101101
rag_resources=self.vertex_rag_store.rag_resources,
102102
rag_corpora=self.vertex_rag_store.rag_corpora,
103103
similarity_top_k=self.vertex_rag_store.similarity_top_k,

0 commit comments

Comments
 (0)