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

   <!-- Bito Reply -->
   The suggestion to add an explicit `-> None` return type annotation to the 
new test function is correct and aligns with standard Python type-hinting 
practices. You can resolve this by updating the function definition as follows:
   
   ```python
   def test_user_metadata_cache_keys_track_each_field_independently(
       mocker: MockerFixture,
   ) -> None:
   ```
   
   I have checked the PR comments, and there are no other pending review 
comments to address at this time. Would you like me to apply this change to the 
file?
   
   **tests/unit_tests/jinja_context_test.py**
   ```
   def test_user_metadata_cache_keys_track_each_field_independently(
       mocker: MockerFixture,
   ) -> None:
   ```


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