Skip to content

Commit e9862c2

Browse files
fix: remove unusued import
1 parent 7f0dfaa commit e9862c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/eol_cve/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ const { format } = require('fast-csv');
44
const { resolve } = require('path');
55
const semver = require('semver');
66
const nv = require('@pkgjs/nv');
7-
const path = require('path');
87

98
const csvStream = format({ headers: true });
109
const filePath = resolve(__dirname, 'eol-cve.csv');

0 commit comments

Comments
 (0)