mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-15 13:56:53 +08:00
chore: fix indention violations by applying E111 to E117 ruff rules (#4925)
This commit is contained in:
@@ -68,7 +68,7 @@ class ArxivAPIWrapper(BaseModel):
|
||||
|
||||
Args:
|
||||
query: a plaintext search query
|
||||
""" # noqa: E501
|
||||
"""
|
||||
try:
|
||||
results = self.arxiv_search( # type: ignore
|
||||
query[: self.ARXIV_MAX_QUERY_LENGTH], max_results=self.top_k_results
|
||||
|
||||
Reference in New Issue
Block a user