Skip to content

Commit 664810c

Browse files
committed
Fix __all__ ordering in vllm_python __init__
1 parent 5d2304d commit 664810c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/guidellm/backends/vllm_python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from .vllm import VLLMPythonBackend
1010
from .vllm_response import VLLMResponseHandler
1111

12-
__all__ = ["VLLMPythonBackend", "VLLMOfflineBackend", "VLLMResponseHandler"]
12+
__all__ = ["VLLMOfflineBackend", "VLLMPythonBackend", "VLLMResponseHandler"]

0 commit comments

Comments
 (0)