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

Skip to content

Commit 844115f

Browse files
committed
Remove unneeded parentheses
1 parent 97234b5 commit 844115f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/rcsetup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ def _validate_linestyle(ls):
914914
if isinstance(ls, six.string_types):
915915
try:
916916
return _validate_named_linestyle(ls)
917-
except (KeyError):
917+
except KeyError:
918918
pass
919919

920920
# On-off ink (in points) sequence *of even length*.

0 commit comments

Comments
 (0)