Skip to content

Commit 70f67b1

Browse files
committed
fix long line
1 parent 7f89bfb commit 70f67b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_presentation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ def test_datetime_serialization(self):
216216
content = [[datetime.datetime(2016, 7, 14, 11, 11, 11)]]
217217
sheet = pe.get_sheet(array=content)
218218
presentation = sheet.get_json()
219-
eq_(presentation, '{"pyexcel_sheet1": [["2016-07-14 11:11:11.000000"]]}')
219+
eq_(presentation,
220+
'{"pyexcel_sheet1": [["2016-07-14 11:11:11.000000"]]}')
220221

221222

222223
class TestHtml(TestSimple):

0 commit comments

Comments
 (0)