From 6ee7985e85bc78dd9fb2a18c08e36e627eaba881 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 18:09:32 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- unsloth_cli/tests/test_studio_runtime_readiness.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/unsloth_cli/tests/test_studio_runtime_readiness.py b/unsloth_cli/tests/test_studio_runtime_readiness.py index ed14a1e8f7..28137b03dd 100644 --- a/unsloth_cli/tests/test_studio_runtime_readiness.py +++ b/unsloth_cli/tests/test_studio_runtime_readiness.py @@ -274,7 +274,9 @@ def test_a_record_without_its_package_is_reported_missing(monkeypatch, capsys, t locate_file = lambda name: site_packages / name, ) monkeypatch.setattr( - importlib.import_module("importlib.metadata"), "distribution", lambda _name: installed, + importlib.import_module("importlib.metadata"), + "distribution", + lambda _name: installed, ) with pytest.raises(typer.Exit):