Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix pep8 formatting issues
  • Loading branch information
Kevin D Smith committed Sep 16, 2020
commit 38fbb572e44d2e5cc89798be4a7bfc0e32746700
2 changes: 1 addition & 1 deletion pandas/tests/io/formats/test_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ def test_to_string_with_formatters(self):
+ "0 [1] 1 ... [3] (1, 2)\n"
+ "1 [1] 2 ... [3] True\n"
+ "2 [1] 3 ... [3] False"
],
],
],
)
def test_to_string_with_truncated_formatters(self, columns, output):
Expand Down