Skip to content

Commit bc1ee93

Browse files
committed
remove unnecessary imports
1 parent aace2ad commit bc1ee93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tfbench/lm/_hf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from transformers import AutoModelForCausalLM, AutoTokenizer
22

3-
from ._types import LM, LMAnswer, NoneResponseError
3+
from ._types import LM, LMAnswer
44

55

66
def extract_thinking_content(output: str) -> tuple[str, str | None]:

0 commit comments

Comments
 (0)