Skip to content

Commit

Permalink
Fix code smell
Browse files Browse the repository at this point in the history
Signed-off-by: Joyce Quach <[email protected]>
  • Loading branch information
jtquach1 committed Sep 26, 2024
1 parent ababf65 commit dbaf145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/hdf-converters/src/neuvector-mapper.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {ExecJSON} from 'inspecjs';
import _, {transform} from 'lodash';
import _ from 'lodash';
import {version as HeimdallToolsVersion} from '../package.json';
import {BaseConverter, ILookupPath, MappedTransform} from './base-converter';
import {CweNistMapping} from './mappings/CweNistMapping';
Expand Down

0 comments on commit dbaf145

Please sign in to comment.