bito-code-review[bot] commented on PR #41855:
URL: https://github.com/apache/superset/pull/41855#issuecomment-4905731951
<!-- Bito Reply -->
The suggestion to add an explicit return type hint to the fixture function
is correct and aligns with standard Python type-annotation practices. To
resolve this, you should update the function signature to include the
appropriate return type, for example: `def mock_auth() -> Any:`.
Regarding other comments on this PR, I have checked the available review
data, and there are no additional comments recorded in the provided review
file. Therefore, no further fixes are required at this time.
**tests/unit_tests/mcp_service/dashboard/tool/test_list_dashboards_deleted_state.py**
```
@pytest.fixture
def mock_auth() -> Any:
# ... implementation ...
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]