mirror of https://github.com/langgenius/dify.git
[WIP] add type ignore
This commit is contained in:
parent
6d7eb67787
commit
b94dca52be
|
|
@ -2,7 +2,7 @@ from collections import defaultdict
|
|||
from operator import itemgetter
|
||||
from typing import Optional
|
||||
|
||||
import MeCab
|
||||
import MeCab # type: ignore
|
||||
|
||||
from core.rag.datasource.keyword.mecab.stopwords import STOPWORDS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue