Files
superset2/tests
Amin Ghadersohi 094cbf6972 refactor(mcp): promote local imports to module level in __main__.py and test_middleware.py
Move create_response_size_guard_middleware and build_middleware_list from
function body to module level in __main__.py (no circular import issue).
Move MCPPermissionDeniedError and RBACToolVisibilityMiddleware from
repeated local imports to module-level imports in test_middleware.py.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-20 21:19:19 +00:00
..