Skip to content

Commit 92904e8

Browse files
committed
Fixing the syntax error due to CodeRabbit auto-commit
1 parent 3218974 commit 92904e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/root_signals_mcp/root_api_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ async def list_judges(self, max_count: int | None = None) -> list[JudgeInfo]:
406406
"""
407407
max_to_fetch = max_count if max_count is not None else settings.max_judges
408408
page_size = min(max_to_fetch, 40)
409-
initial_url = (
410409
initial_url = f"/v1/judges?page_size={page_size}&show_global={settings.show_public_judges}"
411410
url_params = {"show_global": settings.show_public_judges}
412411

0 commit comments

Comments
 (0)