From 1a734f766a887a13006f6c1d67281a46d60fd441 Mon Sep 17 00:00:00 2001 From: Abby Wheelis Date: Wed, 8 Nov 2023 19:15:44 -0700 Subject: [PATCH] remove unused import --- www/__tests__/footprintHelper.test.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/www/__tests__/footprintHelper.test.ts b/www/__tests__/footprintHelper.test.ts index 336e46c1d..07c0a1264 100644 --- a/www/__tests__/footprintHelper.test.ts +++ b/www/__tests__/footprintHelper.test.ts @@ -1,9 +1,5 @@ import { initCustomDatasetHelper } from '../js/metrics/CustomMetricsHelper'; -import { - getFootprintForMetrics, - mtokm, - setUseCustomFootprint, -} from '../js/metrics/footprintHelper'; +import { getFootprintForMetrics, setUseCustomFootprint } from '../js/metrics/footprintHelper'; import { getConfig } from '../js/config/dynamicConfig'; import { mockBEMUserCache } from '../__mocks__/cordovaMocks'; import { mockLogger } from '../__mocks__/globalMocks';