remove unneeded import

This commit is contained in:
Moustafa Baiou
2020-11-09 14:23:40 -05:00
committed by moustafab
parent 74102d9176
commit 44ea3101a7
@@ -17,7 +17,6 @@
import { handleGetKubernetesObjectsForService } from './getKubernetesObjectsForServiceHandler';
import { getVoidLogger } from '@backstage/backend-common';
import { ComponentEntityV1alpha1 } from '@backstage/catalog-model';
import { ClusterDetails } from '..';
const TEST_SERVICE_ID = 'my-service';