Skip to content

Commit 9601924

Browse files
committed
fix: lint
1 parent 56f4b1b commit 9601924

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

api/core/tools/provider/builtin/searchapi/tools/google_news.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,14 @@ def _invoke(
9494

9595
api_key = self.runtime.credentials["searchapi_api_key"]
9696
result = SearchAPI(api_key).run(
97-
query, result_type=result_type, num=num, google_domain=google_domain, gl=gl, hl=hl, location=location,
98-
time_period=time_period
97+
query,
98+
result_type=result_type,
99+
num=num,
100+
google_domain=google_domain,
101+
gl=gl,
102+
hl=hl,
103+
location=location,
104+
time_period=time_period,
99105
)
100106

101107
if result_type == "text":

0 commit comments

Comments
 (0)