Skip to content

Commit 0e00b5d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0222b79 commit 0e00b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_lit_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ def __init__(self, api_path="/predict"):
855855
)
856856
def test_workers_per_device_can_be_configured_per_route(monkeypatch, workers_cfg, expected_total_by_path):
857857
monkeypatch.setattr("litserve.server.uvicorn", MagicMock())
858-
858+
859859
sentiment = MultiRouteAPI(api_path="/sentiment")
860860
generate = MultiRouteAPI(api_path="/generate")
861861
server = LitServer([sentiment, generate], accelerator="cuda", devices=[0, 1], workers_per_device=workers_cfg)

0 commit comments

Comments
 (0)