Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit aaf2c5c

Browse files
Update test/integration/local/test_multi_model_endpoint.py
Co-authored-by: Eric Johnson <[email protected]>
1 parent c229871 commit aaf2c5c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

test/integration/local/test_multi_model_endpoint.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@
2020
import pytest
2121
import requests
2222

23-
from multi_model_endpoint_test_utils import make_invocation_request, make_list_model_request,\
24-
make_load_model_request, make_unload_model_request
23+
from multi_model_endpoint_test_utils import (
24+
make_invocation_request,
25+
make_list_model_request,
26+
make_load_model_request,
27+
make_unload_model_request,
28+
)
2529

2630
PING_URL = 'http://localhost:8080/ping'
2731

0 commit comments

Comments
 (0)