Skip to content

Commit 5135169

Browse files
committed
Fix mypy
1 parent 445815d commit 5135169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autointent/modules/scoring/_catboost/catboost_scorer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import torch
1414
from catboost import CatBoostClassifier, Pool # type: ignore[import-untyped]
1515
from catboost.text_processing import Dictionary, Tokenizer # type: ignore[import-untyped]
16-
from transformers import AutoModel, AutoTokenizer
16+
from transformers import AutoModel, AutoTokenizer # type: ignore[attr-defined]
1717

1818
from autointent import Context
1919
from autointent.configs import EmbedderConfig

0 commit comments

Comments
 (0)