From 73dd602b329b5953d52dfa8614da685df3ab8b0f Mon Sep 17 00:00:00 2001 From: Christopher Obbard Date: Fri, 8 May 2026 19:10:52 +0100 Subject: [PATCH] test_fs: reformat with ruff Reformat the file with ruff. Signed-off-by: Christopher Obbard --- test/test_fs.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/test_fs.py b/test/test_fs.py index 785ae8a..8f4d99c 100755 --- a/test/test_fs.py +++ b/test/test_fs.py @@ -74,9 +74,7 @@ def _mount_fs(tmpdir, fs_class): mp = get_mp() with mp.Manager() as mgr: cross_process = mgr.Namespace() - mount_process = mp.Process( - target=run_fs, args=(mnt_dir, cross_process, fs_class) - ) + mount_process = mp.Process(target=run_fs, args=(mnt_dir, cross_process, fs_class)) mount_process.start() try: