From 166cae4da584d224d1c5fbd61466cd0320e7194d Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 20 Feb 2025 09:17:20 +0100 Subject: [PATCH] Fix ruff stuff. --- clients/python/tests/test_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/python/tests/test_client.py b/clients/python/tests/test_client.py index f6ffc89d..0c702c63 100644 --- a/clients/python/tests/test_client.py +++ b/clients/python/tests/test_client.py @@ -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):