Skip to content

Commit f7423d9

Browse files
authored
removed unused excess code (#647)
1 parent ff5e67c commit f7423d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

genReadme.js

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const Toc = require("markdown-toc");
55
const prettier = require("prettier");
66
const yargs = require("yargs/yargs");
77
const { hideBin } = require("yargs/helpers");
8-
const { usage } = require("yargs");
98

109
const repositoryRootPath = __dirname;
1110
const readmePath = path.resolve(repositoryRootPath, "./README.md");

0 commit comments

Comments
 (0)