From ba22a87cef82dd6b829757bb6fa8ff3096b1604d Mon Sep 17 00:00:00 2001 From: "Michael S. Molina" <70410625+michael-s-molina@users.noreply.github.com> Date: Wed, 5 Jun 2024 09:09:49 -0300 Subject: [PATCH] fix: CI errors as the result of removing React imports (#29089) --- .../plugins/plugin-chart-echarts/src/Histogram/Histogram.tsx | 1 - 1 file changed, 1 deletion(-) 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 08641b27c9397..5ab12ff77aa7c 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';