From bba0329f8fa099a8d0596887ed0b32472ea72961 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 228b91d9..a981b42f 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):