소스 검색

Internal: Linter.

Piotrek Koszuliński 6 년 전
부모
커밋
b98f7b684d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-paste-from-office/src/normalizers/googledocsnormalizer.js

+ 1 - 1
packages/ckeditor5-paste-from-office/src/normalizers/googledocsnormalizer.js

@@ -8,7 +8,7 @@
  */
 
 import removeBoldWrapper from '../filters/removeboldwrapper';
-import { unwrapParagraphInListItem, fixListIndentation } from '../filters/list';
+import { unwrapParagraphInListItem } from '../filters/list';
 import UpcastWriter from '@ckeditor/ckeditor5-engine/src/view/upcastwriter';
 
 const googleDocsMatch = /id=("|')docs-internal-guid-[-0-9a-f]+("|')/i;