Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
s5u13b committed Feb 7, 2025
1 parent 78a1ab4 commit 2a980ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llumnix/backends/vllm/outputs.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from vllm.outputs import RequestOutput, RequestOutputFactory, EmbeddingRequestOutput

from llumnix.backends.vllm.sequence import SequenceGroupLlumnix, RequestStatus
from llumnix.backends.vllm.sequence import SequenceGroupLlumnix


class LlumnixRequestOutputFactory(RequestOutputFactory):
Expand Down

0 comments on commit 2a980ca

Please sign in to comment.