Skip to content

Commit

Permalink
style: Isort
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Oct 31, 2024
1 parent fc910d0 commit 75ef6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/test_vllm.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Tests for the `vllm` module."""

import pytest
from transformers import AutoTokenizer, SPIECE_UNDERLINE
from transformers import SPIECE_UNDERLINE, AutoTokenizer

from outlines.models.vllm import adapt_tokenizer, convert_token_to_string

Expand Down

0 comments on commit 75ef6b8

Please sign in to comment.