Fix ruff stuff.

This commit is contained in:
Nicolas Patry 2025-02-20 09:17:20 +01:00
parent a02ab4b6ae
commit 166cae4da5
No known key found for this signature in database
GPG Key ID: 4242CEF24CB6DBF9

View File

@ -2,7 +2,7 @@ import pytest
from text_generation import Client, AsyncClient from text_generation import Client, AsyncClient
from text_generation.errors import NotFoundError, ValidationError 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): def test_generate(llama_7b_url, hf_headers):