Browse Source

Unused import CLI fix

Leszek Wiesner 4 years ago
parent
commit
7c319f19f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cli/src/Types.ts

+ 1 - 1
cli/src/Types.ts

@@ -4,7 +4,7 @@ import { Option } from '@polkadot/types';
 import { BlockNumber, Balance, AccountId } from '@polkadot/types/interfaces';
 import { DerivedBalances } from '@polkadot/api-derive/types';
 import { KeyringPair } from '@polkadot/keyring/types';
-import { WorkerId, Lead } from '@joystream/types/working-group';
+import { WorkerId } from '@joystream/types/working-group';
 import { Profile, MemberId } from '@joystream/types/members';
 
 // KeyringPair type extended with mandatory "meta.name"