Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdas committed May 3, 2024
1 parent 23e9240 commit 65385f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/actions/handleNames.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const {
BETWEEN_EXPORT_VAR_AND_EQUAL,
BETWEEN_EXPORT_FUNCTION_AND_OPEN_PARENTHESE,
} = require("../regexp");
const { create_new_name, reset_name_counter } = require("../utils");
const { create_new_name } = require("../utils");

/**
* Get "export const" items
Expand Down
1 change: 0 additions & 1 deletion lib/actions/loadFilesInfo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const path = require("path");
const fs = require("fs");
const _ = require("lodash");
const helpers = require("../helpers");
const handleNames = require("./handleNames");
Expand Down

0 comments on commit 65385f8

Please sign in to comment.