From eed804ca32dc2166f0f97cb4e8da7ba7f668f2c7 Mon Sep 17 00:00:00 2001 From: George M Dias Date: Tue, 19 Nov 2024 17:37:28 -0600 Subject: [PATCH] Removed unused import Signed-off-by: George M Dias --- src/utils/global.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/global.ts b/src/utils/global.ts index 0c75aa97c..4318d6a0e 100644 --- a/src/utils/global.ts +++ b/src/utils/global.ts @@ -3,7 +3,6 @@ import {fingerprint} from '@mitre/hdf-converters' import {getInstalledPathSync} from 'get-installed-path' import {AnyProfile, ContextualizedEvaluation, ExecJSON} from 'inspecjs' import _ from 'lodash' -import path from 'path' export type SpreadsheetTypes = 'cis' | 'disa' | 'general'