Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TangSiyang2001 committed Feb 25, 2024
1 parent 32a024a commit 42ae5f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/pyarrow/tests/test_fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1922,4 +1922,5 @@ def test_concurrent_fs_init():
thread.join()
finalize_s3()
"""
"""
subprocess.check_call([sys.executable, "-c", code])

0 comments on commit 42ae5f9

Please sign in to comment.