Skip to content

Commit c888981

Browse files
committed
style: format line to fit into PEP standard
1 parent 881cc60 commit c888981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/reshape/test_tile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ def _test_memview_cut(array_1_writeable, array_2_writeable):
527527
cut(hundred_elements, array_2))
528528

529529
for (w_1, w_2) in [[True, True], [True, False], [False, False]]:
530-
_test_memview_cut(a1_writeable, a2_writeable)
530+
_test_memview_cut(w_1, w_2)
531531

532532

533533
def curpath():

0 commit comments

Comments
 (0)