mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-19 15:52:08 +00:00
fix: ruff lint remove unused import
This commit is contained in:
parent
bcc44890a8
commit
4fa8512d99
@ -2,7 +2,7 @@ import pytest
|
||||
|
||||
from text_generation import Client, AsyncClient
|
||||
from text_generation.errors import NotFoundError, ValidationError
|
||||
from text_generation.types import FinishReason, InputToken
|
||||
from text_generation.types import FinishReason
|
||||
|
||||
|
||||
def test_generate(llama_7b_url, hf_headers):
|
||||
|
Loading…
Reference in New Issue
Block a user