Skip to content

Commit

Permalink
rm: unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pLabarta committed Jan 17, 2024
1 parent ffe2769 commit 9b344b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/src/commands/staking/distribute.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Command, OptionValues } from 'commander';
import { newApi } from '../../lib';
import { initCallerKeyring } from '../../lib/account/keyring';
import { requiredInput, parseIntegerOrExit } from '../../lib/parsing';
import { requireEnoughFundsToSend, signSendAndWatch } from '../../lib/tx';
import { checkEraIsInHistory } from '../../lib/staking/era';
import { eraOption, substrateAddressOption } from '../options';
Expand Down

0 comments on commit 9b344b1

Please sign in to comment.