Skip to content

Commit

Permalink
Fix: yargsのインポートを修正 (#2378)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Nov 24, 2024
1 parent d4f63b7 commit 7aaffd8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/mergeLicenses.mts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/* eslint-disable @typescript-eslint/no-var-requires */

import process from "process";
import fs from "fs";
import yargs from "yargs/yargs";
import yargs from "yargs";
import { hideBin } from "yargs/helpers";

const argv = await yargs(hideBin(process.argv))
Expand Down

0 comments on commit 7aaffd8

Please sign in to comment.