Skip to content

Commit 5852974

Browse files
committed
Add new line to EOF as per linting message.
1 parent 58d8f5c commit 5852974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_sankey.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ def show_three_decimal_places(value):
2121
s = Sankey(flows=[0.25], labels=['First'], orientations=[-1],
2222
format=show_three_decimal_places)
2323

24-
assert s.diagrams[0].texts[0].get_text() == 'First\n0.250'
24+
assert s.diagrams[0].texts[0].get_text() == 'First\n0.250'

0 commit comments

Comments
 (0)