Skip to content

Commit 1a39d48

Browse files
anandhu-engclaude
andcommitted
style: apply ruff-format to test_capture.py
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent fe21d12 commit 1a39d48

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/unit/sys_info/test_capture.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,9 @@ def test_mlcflow_not_installed_raises_setup_error(self, tmp_path: Path) -> None:
203203
from inference_endpoint.sys_info import capture as capture_mod
204204

205205
importlib.reload(capture_mod)
206-
with pytest.raises(SetupError, match=r"pip install.*inference-endpoint\[sysinfo\]"):
206+
with pytest.raises(
207+
SetupError, match=r"pip install.*inference-endpoint\[sysinfo\]"
208+
):
207209
capture_mod.capture_system_info(cfg, output_dir=tmp_path)
208210

209211
@pytest.mark.unit

0 commit comments

Comments
 (0)