From 0698fbd0b56f7104b481f31918b238d57ac56186 Mon Sep 17 00:00:00 2001 From: justinpark Date: Mon, 17 Jun 2024 16:55:04 -0700 Subject: [PATCH] tslint --- .../src/SqlLab/components/SqlEditorLeftBar/index.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx b/superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx index 00a8791537cdb..c91036a7251f2 100644 --- a/superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx +++ b/superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx @@ -16,14 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -import { - useEffect, - useCallback, - useMemo, - useState, - Dispatch, - SetStateAction, -} from 'react'; +import { useEffect, useCallback, useMemo, useState } from 'react'; import { shallowEqual, useDispatch, useSelector } from 'react-redux'; import querystring from 'query-string';