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 0d3e9f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/pyarrow/tests/test_fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1910,7 +1910,7 @@ def test_concurrent_fs_init():
code = """if 1:
import threading
import pytest
from pyarrow.fs import (FileSystem, S3FileSystem
from pyarrow.fs import (FileSystem, S3FileSystem,
ensure_s3_initialized, finalize_s3)
threads = []
for i in range(4):
Expand All @@ -1922,4 +1922,5 @@ def test_concurrent_fs_init():
thread.join()
finalize_s3()
"""
"""
subprocess.check_call([sys.executable, "-c", code])

0 comments on commit 0d3e9f6

Please sign in to comment.