From 7277ad84ac9766cc6b6ec8afbe1dda1df4b2217d Mon Sep 17 00:00:00 2001 From: drbh Date: Mon, 17 Feb 2025 09:26:29 -0500 Subject: [PATCH] fix: ruff lint --- 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 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):