This is an automated email from the ASF dual-hosted git repository. elizabeth pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/superset.git
commit c03cfa6485f2c4b0a365604c3b3006db750a0f5c Author: Elizabeth Thompson <[email protected]> AuthorDate: Thu Aug 17 16:56:07 2023 -0700 lint --- .../plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts b/superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts index 4cbcfae230..cdfeb8c61f 100644 --- a/superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts +++ b/superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts @@ -28,7 +28,6 @@ import { isTimeseriesAnnotationLayer, TimeseriesChartDataResponseResult, t, - AxisType, getXAxisLabel, isPhysicalColumn, isDefined,
