add .isort.cfg (#378)

This commit is contained in:
Liangsheng Yin
2024-04-22 22:38:09 +08:00
committed by GitHub
parent cf9d8efdd3
commit 9acc6e3504
57 changed files with 125 additions and 139 deletions

View File

@@ -1,5 +1,6 @@
import unittest
from sglang import VertexAI, set_default_backend
from sglang.test.test_programs import (
test_expert_answer,
test_few_shot_qa,
@@ -10,8 +11,6 @@ from sglang.test.test_programs import (
test_stream,
)
from sglang import VertexAI, set_default_backend
class TestVertexAIBackend(unittest.TestCase):
backend = None