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

lyndsi pushed a commit to branch 
lyndsi/sql-lab-new-explore-button-functionality-and-move-save-dataset-to-split-save-button
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 4312c7ebd935913000425e182cdb43309e503b26
Author: Hugh A. Miles II <[email protected]>
AuthorDate: Wed Jul 6 12:36:29 2022 +0000

    fixed from master
---
 superset/models/helpers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/models/helpers.py b/superset/models/helpers.py
index 501408f71a..a503706c76 100644
--- a/superset/models/helpers.py
+++ b/superset/models/helpers.py
@@ -1030,7 +1030,7 @@ class ExploreMixin:  # pylint: 
disable=too-many-public-methods
     def adhoc_metric_to_sqla(
         self,
         metric: AdhocMetric,
-        columns_by_name: Dict[str, "TableColumn"],
+        columns_by_name: Dict[str, "TableColumn"],  # # pylint: 
disable=unused-argument
         template_processor: Optional[BaseTemplateProcessor] = None,
     ) -> ColumnElement:
         """

Reply via email to