Skip to content

Commit 8f79119

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/model_registry/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,8 @@ def is_model_registry_oauth(request: FixtureRequest) -> bool:
497497
def api_server_url(admin_client: DynamicClient) -> str:
498498
infrastructure = Infrastructure(client=admin_client, name="cluster", ensure_exists=True)
499499
return infrastructure.instance.status.apiServerURL
500-
500+
501+
501502
@pytest.fixture(scope="class")
502503
def model_registry_rest_url(model_registry_instance_rest_endpoint: str) -> str:
503504
# address and port need to be split in the client instantiation

tests/model_registry/python_client/test_model_registry_creation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from model_registry.types import RegisteredModel
1818

1919

20-
2120
LOGGER = get_logger(name=__name__)
2221

2322
CUSTOM_NAMESPACE = "model-registry-custom-ns"

0 commit comments

Comments
 (0)