Ruff fixes

This commit is contained in:
Nitzan Pomerantz
2025-10-30 22:24:40 +02:00
parent a80b38047c
commit e4aa6487ff
46 changed files with 1563 additions and 1062 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ Each tool should offer:
```python
@mcp.tool()
def find_recent_deals_for_address(
address: str,
address: str,
years_back: int = 2,
summarized_response: bool = False # Default: structured/detailed
) -> str: