Skip to content

Commit d3c46bb

Browse files
committed
Fix ruff warnings
1 parent 96fccbc commit d3c46bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/test_dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3230,7 +3230,7 @@ def trigger_interrupt():
32303230
interrupt_thread.join(timeout=1.0)
32313231

32323232

3233-
def test_arrow_c_stream_interrupted(): # noqa: C901 PLR0915
3233+
def test_arrow_c_stream_interrupted(): # noqa: C901 PLR0915
32343234
"""__arrow_c_stream__ responds to ``KeyboardInterrupt`` signals.
32353235
32363236
Similar to ``test_collect_interrupted`` this test issues a long running

0 commit comments

Comments
 (0)