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

Skip to content

Commit 1f0378e

Browse files
committed
STY: strip whitespace
1 parent 12da300 commit 1f0378e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_rcparams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def generate_validator_testcases(valid):
337337
('(0, 1, 0, 1)', [0.0, 1.0, 0.0, 1.0]), # RGBA tuple
338338
((0, 1, 0, 1), (0, 1, 0, 1)), # non-string version
339339
('(0, 1, "0.5")', [0.0, 1.0, 0.5]), # unusual but valid
340-
340+
341341
),
342342
'fail': (('tab:veryblue', ValueError), # invalid name
343343
('C123', ValueError), # invalid RGB(A) code and cycle index

0 commit comments

Comments
 (0)