From c2abcf91acc397b9837eff29f0dffbcbdfb110da Mon Sep 17 00:00:00 2001 From: Ryan Vazquez Date: Thu, 22 Apr 2021 15:41:58 -0400 Subject: [PATCH] lint Signed-off-by: Ryan Vazquez --- .../src/components/CostOverviewCard/CostOverviewLegend.tsx | 2 -- .../src/components/ProductInsightsCard/ProductEntityTable.tsx | 1 - 2 files changed, 3 deletions(-) diff --git a/plugins/cost-insights/src/components/CostOverviewCard/CostOverviewLegend.tsx b/plugins/cost-insights/src/components/CostOverviewCard/CostOverviewLegend.tsx index 0033ba4f14..ad8a065a6e 100644 --- a/plugins/cost-insights/src/components/CostOverviewCard/CostOverviewLegend.tsx +++ b/plugins/cost-insights/src/components/CostOverviewCard/CostOverviewLegend.tsx @@ -30,8 +30,6 @@ import { mapFiltersToProps } from './selector'; import { formatChange } from '../../utils/formatters'; import { CostGrowth } from '../CostGrowth'; -import { notEmpty } from '../../utils/assert'; - type CostOverviewLegendProps = { metric: Maybe; metricData: Maybe; diff --git a/plugins/cost-insights/src/components/ProductInsightsCard/ProductEntityTable.tsx b/plugins/cost-insights/src/components/ProductInsightsCard/ProductEntityTable.tsx index a8211fbbed..f9bb44058b 100644 --- a/plugins/cost-insights/src/components/ProductInsightsCard/ProductEntityTable.tsx +++ b/plugins/cost-insights/src/components/ProductInsightsCard/ProductEntityTable.tsx @@ -22,7 +22,6 @@ import { costFormatter, formatChange } from '../../utils/formatters'; import { useEntityDialogStyles as useStyles } from '../../utils/styles'; import { CostGrowthIndicator } from '../CostGrowth'; import { BarChartOptions, ChangeStatistic, Entity } from '../../types'; -import { isUndefined } from '../../utils/assert'; export type ProductEntityTableOptions = Partial< Pick