diff --git a/superset-frontend/plugins/plugin-chart-echarts/src/Histogram/Histogram.tsx b/superset-frontend/plugins/plugin-chart-echarts/src/Histogram/Histogram.tsx index 08641b27c..5ab12ff77 100644 --- a/superset-frontend/plugins/plugin-chart-echarts/src/Histogram/Histogram.tsx +++ b/superset-frontend/plugins/plugin-chart-echarts/src/Histogram/Histogram.tsx @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ -import React from 'react'; import { HistogramTransformedProps } from './types'; import Echart from '../components/Echart'; import { EventHandlers } from '../types';