Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1da3e99

Browse files
story645QuLogic
andauthored
Update lib/matplotlib/tests/test_table.py
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent 5b489a7 commit 1da3e99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/tests/test_table.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,7 @@ def test_table_bbox(fig_test, fig_ref):
237237

238238
@check_figures_equal()
239239
def test_table_unit(fig_test, fig_ref):
240-
# test that table doesn't participate in unit machinery,\
241-
# instead uses repr/str
240+
# test that table doesn't participate in unit machinery, instead uses repr/str
242241

243242
class FakeUnit:
244243
def __init__(self, thing):

0 commit comments

Comments
 (0)