Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Abby Wheelis committed Nov 9, 2023
1 parent 2cdd212 commit 1a734f7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions www/__tests__/footprintHelper.test.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 1a734f7

Please sign in to comment.