mirror of
https://github.com/langgenius/dify.git
synced 2025-12-19 22:28:46 +00:00
[WIP] add type ignore
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user