Browse Source

Remove useless import from MultiCommand.

Maciej Gołaszewski 6 years ago
parent
commit
14bef4334e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/ckeditor5-core/src/multicommand.js

+ 0 - 1
packages/ckeditor5-core/src/multicommand.js

@@ -4,7 +4,6 @@
  */
 
 import Command from './command';
-import Collection from '@ckeditor/ckeditor5-utils/src/collection';
 
 /**
  * @module core/multicommand