瀏覽代碼

Remove unused imports

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.'