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

Skip to content

Commit 4e11178

Browse files
committed
PEP8 fix
1 parent 2e10ffc commit 4e11178

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/tests/test_style.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ def test_get_style_dict_from_lib():
151151

152152

153153
def test_get_style_dict_from_file():
154-
style_dict = get_style_dict(os.path.join(BASE_LIBRARY_PATH, 'bmh.mplstyle'))
154+
style_dict = get_style_dict(os.path.join(BASE_LIBRARY_PATH,
155+
'bmh.mplstyle'))
155156
assert_equal(style_dict['lines.linewidth'], 2.0)
156157

157158

0 commit comments

Comments
 (0)