Files
superset2/tests
Amin Ghadersohi 32234ea0bb test(mcp): add -> None return types and remove redundant ToolError import
All 6 new test methods in TestListDatasetsRequestWrapper were missing
the required -> None return type annotation (Rule 12). Also remove the
inline `from fastmcp.exceptions import ToolError` in test_flat_kwargs_rejected
since ToolError is already imported at module top-level (line 27).
2026-05-07 16:55:35 +00:00
..