Skip to content

Commit 220052a

Browse files
flake8
1 parent aaca9a7 commit 220052a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/tests/io/parser/test_textreader.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -349,5 +349,4 @@ def test_empty_csv_input(self):
349349

350350
def assert_array_dicts_equal(left, right):
351351
for k, v in compat.iteritems(left):
352-
tm.assert_numpy_array_equal(np.asarray(v),
353-
np.asarray(right[k]))
352+
tm.assert_numpy_array_equal(np.asarray(v), np.asarray(right[k]))

0 commit comments

Comments
 (0)