bito-code-review[bot] commented on PR #41969:
URL: https://github.com/apache/superset/pull/41969#issuecomment-4948261605

   <!-- Bito Reply -->
   The suggestion to add an explicit return type annotation to the new test 
method is correct, as it aligns with standard Python type-hinting practices for 
modified functions. You can resolve this by adding `-> None` to the method 
definition.
   
   Would you like me to check the rest of the comments on this PR and implement 
fixes for them as well?
   
   **tests/integration_tests/security/row_level_security_tests.py**
   ```
   def test_rls_subjects_related_api_honors_filter_31466(self) -> None:
           """
           Regression for #31466: with more than 100 roles the RLS picker could
   ```


-- 
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]

Reply via email to