Skip to content

Commit

Permalink
chore: remove Option
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Jul 13, 2024
1 parent 49655dd commit 730cbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sui/gas-service.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { saveConfig, printInfo } = require('../evm/utils');
const { Command, Option } = require('commander');
const { Command } = require('commander');
const { TransactionBlock } = require('@mysten/sui.js/transactions');
const { bcs } = require('@mysten/sui.js/bcs');
const { loadSuiConfig } = require('./utils');
Expand Down

0 comments on commit 730cbd0

Please sign in to comment.