Leszek Wiesner преди 3 години
родител
ревизия
3d0d03f9da
променени са 1 файла, в които са добавени 1 реда и са изтрити 3 реда
  1. 1 3
      cli/src/commands/content/updateChannel.ts

+ 1 - 3
cli/src/commands/content/updateChannel.ts

@@ -3,11 +3,9 @@ import { channelMetadataFromInput, metadataToBytes } from '../../helpers/seriali
 import { ChannelInputParameters } from '../../Types'
 import { flags } from '@oclif/command'
 import UploadCommandBase from '../../base/UploadCommandBase'
-import { CreateInterface, createType, registry } from '@joystream/types'
+import { CreateInterface } from '@joystream/types'
 import { ChannelUpdateParameters } from '@joystream/types/content'
 import { ChannelInputSchema } from '../../json-schemas/ContentDirectory'
-import { Option } from '@polkadot/types'
-import { AccountId } from '@polkadot/types/interfaces'
 
 export default class UpdateChannelCommand extends UploadCommandBase {
   static description = 'Update existing content directory channel.'