Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Kaden Emley <[email protected]>
  • Loading branch information
kemley76 committed Jul 10, 2024
1 parent 7b234e5 commit d929425
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {ExecJSON, severities} from 'inspecjs';
import {ExecJSON} from 'inspecjs';
import _ from 'lodash';
import {JsonixIntermediateConverter} from '../jsonix-intermediate-converter';
import {CciNistTwoWayMapper} from '../mappings/CciNistMapping';
Expand All @@ -22,7 +22,6 @@ import {
Vulnattribute
} from './checklistJsonix';
import {coerce} from 'semver';
import {impactMapping} from '../base-converter';

export type ChecklistObject = {
asset: ChecklistAsset;
Expand Down

0 comments on commit d929425

Please sign in to comment.