Skip to content

Commit

Permalink
update typing
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurnewase committed Oct 8, 2022
1 parent c106fb1 commit c8b20b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions superset/connectors/sqla/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1315,8 +1315,6 @@ def get_sqla_query( # pylint: disable=too-many-arguments,too-many-locals,too-ma
columns_by_name: Dict[str, TableColumn] = {
col.column_name: col for col in self.columns
}
print("column by names ", columns_by_name)

metrics_by_name: Dict[str, SqlMetric] = {m.metric_name: m for m in self.metrics}

if not granularity and is_timeseries:
Expand Down

0 comments on commit c8b20b8

Please sign in to comment.