Skip to content

Commit 11a5c50

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2ae17c0 commit 11a5c50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ def triton_runtime_image(pytestconfig: pytest.Config) -> str | None:
228228
return None
229229
return runtime_image
230230

231+
231232
def mlserver_runtime_image(pytestconfig: pytest.Config) -> str | None:
232233
runtime_image = pytestconfig.option.mlserver_runtime_image
233234
if not runtime_image:

0 commit comments

Comments
 (0)