Skip to content

Commit 7705214

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

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_numba.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@ def import_module(name: str, package: str | None = None) -> object:
9292
pytest.param("MainThread", "workqueue", False, id="not-executor"),
9393
],
9494
)
95-
def test_is_in_unsafe_thread_pool(
96-
monkeypatch: pytest.MonkeyPatch, name: str, layer: fa_numba.ThreadingLayer, *, expected: bool
97-
) -> None:
95+
def test_is_in_unsafe_thread_pool(monkeypatch: pytest.MonkeyPatch, name: str, layer: fa_numba.ThreadingLayer, *, expected: bool) -> None:
9896
def current_thread() -> object:
9997
return type("FakeThread", (), {"name": name})()
10098

0 commit comments

Comments
 (0)