mirror of
https://github.com/langgenius/dify.git
synced 2025-12-20 06:32:45 +00:00
[WIP] add type ignore
This commit is contained in:
@@ -2,7 +2,7 @@ from collections import defaultdict
|
|||||||
from operator import itemgetter
|
from operator import itemgetter
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
||||||
import MeCab
|
import MeCab # type: ignore
|
||||||
|
|
||||||
from core.rag.datasource.keyword.mecab.stopwords import STOPWORDS
|
from core.rag.datasource.keyword.mecab.stopwords import STOPWORDS
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user