Skip to content

Commit 35ebd88

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fe6632c commit 35ebd88

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

tests/model_serving/model_runtime/triton/basic_model_deployment/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
def root_dir(pytestconfig: pytest.Config) -> Any:
4141
return pytestconfig.rootpath
4242

43+
4344
@pytest.fixture(scope="class")
4445
def triton_grpc_serving_runtime_template(admin_client: DynamicClient) -> Generator[Template, None, None]:
4546
grpc_template_yaml = TEMPLATE_FILE_PATH.get(Protocols.GRPC)

0 commit comments

Comments
 (0)