Skip to content

Commit dd60b37

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/model_serving/model_server/inference_service_configuration/test_isvc_pull_secret_updates.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
ORIGINAL_PULL_SECRET,
66
UPDATED_PULL_SECRET,
77
)
8-
from utilities.constants import ModelFormat, ModelName, RuntimeTemplates
8+
from utilities.constants import ModelName, RuntimeTemplates
99

1010

1111
@pytest.mark.parametrize(
1212
"unprivileged_model_namespace, serving_runtime_from_template, model_car_raw_inference_service_with_pull_secret",
1313
[
1414
pytest.param(
15-
{"name": f"test-pull-secret-modelcar"},
15+
{"name": "test-pull-secret-modelcar"},
1616
{
1717
"name": f"{ModelName.MNIST}-runtime",
1818
"template-name": RuntimeTemplates.OVMS_KSERVE,

0 commit comments

Comments
 (0)