Skip to content

Commit 6370319

Browse files
committed
Python autoformat
1 parent d0a02e3 commit 6370319

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/pyarrow/tests/test_fs.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,9 @@ def test_filesystem_pickling(fs, pickle_with_and_without_subtree_filesystem):
668668
assert restored.equals(fs)
669669

670670

671-
def test_filesystem_is_functional_after_pickling(fs, pathfn, pickle_with_and_without_subtree_filesystem):
671+
def test_filesystem_is_functional_after_pickling(
672+
fs, pathfn, pickle_with_and_without_subtree_filesystem
673+
):
672674
pickle_module = pickle_with_and_without_subtree_filesystem
673675
if fs.type_name.split('::')[-1] == 'mock':
674676
pytest.xfail(reason='MockFileSystem is not serializable')

0 commit comments

Comments
 (0)