Skip to content

Commit 96c287b

Browse files
obbardcNikratio
authored andcommitted
test_fs: reformat with ruff
Reformat the file with ruff. Signed-off-by: Christopher Obbard <christopher.obbard@linaro.org>
1 parent 8293494 commit 96c287b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/test_fs.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@ def _mount_fs(tmpdir, fs_class):
7474
mp = get_mp()
7575
with mp.Manager() as mgr:
7676
cross_process = mgr.Namespace()
77-
mount_process = mp.Process(
78-
target=run_fs, args=(mnt_dir, cross_process, fs_class)
79-
)
77+
mount_process = mp.Process(target=run_fs, args=(mnt_dir, cross_process, fs_class))
8078

8179
mount_process.start()
8280
try:

0 commit comments

Comments
 (0)