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

   <!-- Bito Reply -->
   The reviewer's suggestion to use `AbstractSet[str] | list[str]` is 
appropriate. This change improves type safety by preventing the accidental 
widening of a bare `str` into a set of individual characters, which can occur 
when using `Collection[str]` as a type hint.


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