betodealmeida commented on code in PR #33549:
URL: https://github.com/apache/superset/pull/33549#discussion_r2100862705


##########
superset/models/core.py:
##########
@@ -307,7 +307,6 @@ def parameters(self) -> dict[str, Any]:
             with suppress(TypeError, json.JSONDecodeError):
                 encrypted_config = json.loads(masked_encrypted_extra)
         try:
-            # pylint: disable=useless-suppression

Review Comment:
   This is the most paradoxical of useless suppressions... there's no rule 
being suppressed here, so the linter complains that the supression is useless, 
but then `disable=useless-suppression` suppresses it.



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