This is an automated email from the ASF dual-hosted git repository.
justinpark pushed a commit to branch sqllab-custom-result-table
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/sqllab-custom-result-table by
this push:
new df2b2d1b26 update unused ref
df2b2d1b26 is described below
commit df2b2d1b26aef70e595c2fe49f260d31d8cbcb6a
Author: justinpark <[email protected]>
AuthorDate: Wed Sep 27 19:03:50 2023 -0700
update unused ref
---
superset-frontend/src/SqlLab/components/ResultSet/index.tsx | 2 --
1 file changed, 2 deletions(-)
diff --git a/superset-frontend/src/SqlLab/components/ResultSet/index.tsx
b/superset-frontend/src/SqlLab/components/ResultSet/index.tsx
index 378dc75b67..6374902a94 100644
--- a/superset-frontend/src/SqlLab/components/ResultSet/index.tsx
+++ b/superset-frontend/src/SqlLab/components/ResultSet/index.tsx
@@ -29,8 +29,6 @@ import {
t,
useTheme,
usePrevious,
- css,
- getNumberFormatter,
getExtensionsRegistry,
} from '@superset-ui/core';
import ErrorMessageWithStackTrace from
'src/components/ErrorMessage/ErrorMessageWithStackTrace';