Skip to content

Commit 6b016e6

Browse files
committed
Fix fmt
1 parent 6ce1f76 commit 6b016e6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

python/tests/test_pickle_multiprocessing.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ def _skip_if_multiprocessing_unavailable():
8585
"fork",
8686
marks=pytest.mark.skipif(
8787
sys.platform in ("darwin", "win32"),
88-
reason="fork start method is not supported on Windows and unsafe with PyArrow/tokio on macOS",
88+
reason="fork start method is not supported on Windows "
89+
"and unsafe with PyArrow/tokio on macOS",
8990
),
9091
),
9192
pytest.param(

0 commit comments

Comments
 (0)