8
0
Просмотр исходного кода

Other: Fix auto-merge double imports.

Maciej Gołaszewski 7 лет назад
Родитель
Сommit
cf76ed7b43
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      packages/ckeditor5-image/tests/imageupload/imageuploadprogress.js

+ 0 - 2
packages/ckeditor5-image/tests/imageupload/imageuploadprogress.js

@@ -21,8 +21,6 @@ import testUtils from '@ckeditor/ckeditor5-core/tests/_utils/utils';
 import svgPlaceholder from '../../theme/icons/image_placeholder.svg';
 import env from '@ckeditor/ckeditor5-utils/src/env';
 
-import env from '@ckeditor/ckeditor5-utils/src/env';
-
 describe( 'ImageUploadProgress', () => {
 	const imagePlaceholder = encodeURIComponent( svgPlaceholder );