From d5c43024cd875503af13916f77e180abaf9e841c Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Wed, 6 Oct 2021 22:21:22 -0600 Subject: [PATCH] should be no need for this import anymore. --- superset-frontend/src/SqlLab/components/SqlEditor/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/SqlLab/components/SqlEditor/index.jsx b/superset-frontend/src/SqlLab/components/SqlEditor/index.jsx index 073dba353fc65..bb2115aec52ec 100644 --- a/superset-frontend/src/SqlLab/components/SqlEditor/index.jsx +++ b/superset-frontend/src/SqlLab/components/SqlEditor/index.jsx @@ -24,7 +24,7 @@ import { connect } from 'react-redux'; import { bindActionCreators } from 'redux'; import PropTypes from 'prop-types'; import Split from 'react-split'; -import { t, styled, supersetTheme, withTheme } from '@superset-ui/core'; +import { t, styled, withTheme } from '@superset-ui/core'; import debounce from 'lodash/debounce'; import throttle from 'lodash/throttle'; import StyledModal from 'src/components/Modal';