Skip to content

Commit

Permalink
fix linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pLabarta committed Jun 20, 2023
1 parent af06650 commit 120afed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cc-cli/src/commands/unbond.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Command, OptionValues } from "commander";
import { newApi } from "../api";
import { getSeedFromOptions, initKeyringPair } from "../utils/account";
import { parseCTCString, toMicrounits } from "../utils/balance";
import { parseCTCString } from "../utils/balance";

export function makeUnbondCommand() {
const cmd = new Command("unbond");
Expand Down

0 comments on commit 120afed

Please sign in to comment.