This is an automated email from the ASF dual-hosted git repository. arivero pushed a commit to branch table-time-comparison in repository https://gitbox.apache.org/repos/asf/superset.git
commit 515095b33a6d7bba981886ec36baa6595f258b06 Author: Kamil Gabryjelski <[email protected]> AuthorDate: Wed Apr 3 20:22:10 2024 +0200 remove import --- .../src/explore/components/controls/ComparisonRangeLabel.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/superset-frontend/src/explore/components/controls/ComparisonRangeLabel.tsx b/superset-frontend/src/explore/components/controls/ComparisonRangeLabel.tsx index 6ffb449c03..cb5717604e 100644 --- a/superset-frontend/src/explore/components/controls/ComparisonRangeLabel.tsx +++ b/superset-frontend/src/explore/components/controls/ComparisonRangeLabel.tsx @@ -30,7 +30,6 @@ import { } from '@superset-ui/core'; import ControlHeader from 'src/explore/components/ControlHeader'; import { RootState } from 'src/views/store'; -import { Tooltip } from 'src/components/Tooltip'; const isTimeRangeEqual = ( left: BinaryAdhocFilter[],
