Skip to content

Commit 6b4aaa4

Browse files
committed
Remove unused imports
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 769d2f0 commit 6b4aaa4

File tree

6 files changed

+0
-7
lines changed

6 files changed

+0
-7
lines changed

cli/execute.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import didYouMean from "didyoumean";
2-
import lodash from "lodash";
32
import { root_command, skip_command } from "./constants.js";
43
import { parseArgs } from "./parse-args.js";
54

src/code-formatter.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import lodash from "lodash";
21
import * as prettier from "prettier";
32
import * as typescript from "typescript";
43

src/schema-components-map.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import lodash from "lodash";
2-
31
class SchemaComponentsMap {
42
/** @type {SchemaComponent[]} */
53
_data = [];

src/schema-parser/base-schema-parsers/array.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import lodash from "lodash";
21
import { SCHEMA_TYPES } from "../../constants.js";
32
import { MonoSchemaParser } from "../mono-schema-parser.js";
43

src/schema-parser/schema-parser-fabric.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import lodash from "lodash";
21
import { SchemaFormatters } from "./schema-formatters.js";
32
import { SchemaParser } from "./schema-parser.js";
43
import { SchemaUtils } from "./schema-utils.js";

src/util/logger.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import lodash from "lodash";
21
import * as nodeEmoji from "node-emoji";
32

43
class Logger {

0 commit comments

Comments
 (0)