Skip to content

Commit 293dcd7

Browse files
committed
CLN: pep8 fix
1 parent 67f010a commit 293dcd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/formats/test_to_csv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def test_to_csv_string_with_lf(self):
307307
assert f.read() == expected_bin
308308

309309
# 'line_terminator' should not change inner element
310-
expected_bin =(
310+
expected_bin = (
311311
b'int,str_lf\r\n'
312312
b'1,abc\r\n'
313313
b'2,"d\nef"\r\n'

0 commit comments

Comments
 (0)