Skip to content

Commit e3f8bb1

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

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

tests/model_serving/maas_billing/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,6 @@ def maas_subscription_controller_enabled_latest(
10831083
dsc_resource.wait_for_condition(condition="Ready", status="True", timeout=600)
10841084

10851085

1086-
10871086
@pytest.fixture(scope="class")
10881087
def maas_inference_service_tinyllama_free(
10891088
admin_client: DynamicClient,

tests/model_serving/maas_billing/maas_subscription/utils.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,7 @@ def create_api_key(
229229
)
230230
if response.status_code != 500 or time.monotonic() >= _retry_deadline:
231231
break
232-
LOGGER.warning(
233-
f"create_api_key: url={api_keys_url} status=500 (DB not synced yet), retrying in 10s"
234-
)
232+
LOGGER.warning(f"create_api_key: url={api_keys_url} status=500 (DB not synced yet), retrying in 10s")
235233
time.sleep(10)
236234

237235
LOGGER.info(f"create_api_key: url={api_keys_url} status={response.status_code}")

0 commit comments

Comments
 (0)