This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch template_less
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/template_less by this push:
     new 217719b726 shut pre-commit/pylint up
217719b726 is described below

commit 217719b726af9a70532328dcece827a86543c246
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Fri Jun 20 12:38:02 2025 -0700

    shut pre-commit/pylint up
---
 superset/config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/config.py b/superset/config.py
index f7c9cca651..3df32995bc 100644
--- a/superset/config.py
+++ b/superset/config.py
@@ -67,7 +67,7 @@ logger = logging.getLogger(__name__)
 
 if TYPE_CHECKING:
     from flask_appbuilder.security.sqla import models
-    from sqlglot import Dialect, Dialects
+    from sqlglot import Dialect, Dialects  # pylint: 
disable=disallowed-sql-import
 
     from superset.connectors.sqla.models import SqlaTable
     from superset.models.core import Database

Reply via email to