diff --git a/clients/python/tests/test_client.py b/clients/python/tests/test_client.py index 228b91d998d..a981b42f678 100644 --- a/clients/python/tests/test_client.py +++ b/clients/python/tests/test_client.py @@ -2,7 +2,7 @@ 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):