Skip to content

Commit

Permalink
fix: ruff lint
Browse files Browse the repository at this point in the history
  • Loading branch information
drbh committed Feb 17, 2025
1 parent 3927ef6 commit 7277ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/python/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 7277ad8

Please sign in to comment.