Skip to content

Commit 3845262

Browse files
committed
fixed style
1 parent 844c37d commit 3845262

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/e2e/features/steps/proxy.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,9 @@ def restore_if_modified(context: Context) -> None:
138138
_stop_proxy(context, "interception_proxy", "interception_proxy_loop")
139139

140140
if os.path.exists(_LLAMA_STACK_CONFIG_BACKUP):
141-
print(f"Restoring original Llama Stack config from {_LLAMA_STACK_CONFIG_BACKUP}...")
141+
print(
142+
f"Restoring original Llama Stack config from {_LLAMA_STACK_CONFIG_BACKUP}..."
143+
)
142144
shutil.move(_LLAMA_STACK_CONFIG_BACKUP, _LLAMA_STACK_CONFIG)
143145
restart_container("llama-stack")
144146
restart_container("lightspeed-stack")

tests/e2e/features/steps/tls.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
_write_config,
2222
)
2323

24-
2524
_TLS_PROVIDER_BASE: dict[str, Any] = {
2625
"provider_id": "tls-openai",
2726
"provider_type": "remote::openai",

0 commit comments

Comments
 (0)