Skip to content

Commit

Permalink
fix(main): removes unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Jul 3, 2023
1 parent 882aeba commit 5abcb7a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/resolve-options/normalize.mjs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import fs from "node:fs";
import has from "lodash/has.js";
import omit from "lodash/omit.js";
import enhancedResolve from "enhanced-resolve";
import omit from "lodash/omit.js";
import { scannableExtensions } from "../../extract/transpile/meta.mjs";
import {
ruleSetHasLicenseRule,
ruleSetHasDeprecationRule,
ruleSetHasLicenseRule,
} from "../../graph-utl/rule-set.mjs";

const DEFAULT_CACHE_DURATION = 4000;
Expand Down

0 comments on commit 5abcb7a

Please sign in to comment.