You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by di...@apache.org on 2024/02/21 10:13:24 UTC

(superset) 02/10: Lint

This is an automated email from the ASF dual-hosted git repository.

diegopucci pushed a commit to branch diego/ch78628/fix-disabled-ssh-toggle
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 0f73196d7ebabc53717d730be57f8cd26d0db0ee
Author: geido <di...@gmail.com>
AuthorDate: Fri Feb 16 16:16:55 2024 +0200

    Lint
---
 superset-frontend/src/features/databases/DatabaseModal/index.tsx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/superset-frontend/src/features/databases/DatabaseModal/index.tsx b/superset-frontend/src/features/databases/DatabaseModal/index.tsx
index 46b090f465..6957e21af3 100644
--- a/superset-frontend/src/features/databases/DatabaseModal/index.tsx
+++ b/superset-frontend/src/features/databases/DatabaseModal/index.tsx
@@ -23,7 +23,6 @@ import {
   FeatureFlag,
   isFeatureEnabled,
   getExtensionsRegistry,
-  SupersetClient,
 } from '@superset-ui/core';
 import React, {
   FunctionComponent,