Skip to content

Commit ad04095

Browse files
committed
Fix mypy typing
1 parent eef39bb commit ad04095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autointent/modules/scoring/_ptuning/ptuning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import numpy.typing as npt
88
import torch
99
from datasets import Dataset
10-
from peft import PromptEncoderConfig, get_peft_model # type: ignore[attr-defined]
10+
from peft import PromptEncoderConfig, get_peft_model
1111
from transformers import ( # type: ignore[attr-defined]
1212
AutoModelForSequenceClassification,
1313
AutoTokenizer,

0 commit comments

Comments
 (0)