Skip to content

Commit

Permalink
[WIP] add type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
KMerdan committed Jan 2, 2025
1 parent 6d7eb67 commit b94dca5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from operator import itemgetter
from typing import Optional

import MeCab
import MeCab # type: ignore

from core.rag.datasource.keyword.mecab.stopwords import STOPWORDS

Expand Down

0 comments on commit b94dca5

Please sign in to comment.