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

Skip to content

Commit 7ac26ee

Browse files
tacaswelltonysyu
authored andcommitted
pep8
1 parent c5b5bb4 commit 7ac26ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/tests/test_style.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,14 @@ def test_use():
4646
style.use('test')
4747
assert mpl.rcParams[PARAM] == VALUE
4848

49+
4950
def test_use_url():
5051
with temp_style('test', DUMMY_SETTINGS):
5152
style.use('https://gist.github.com/adrn/6590261/raw')
5253

5354
assert mpl.rcParams['axes.facecolor'] == "#adeade"
5455

56+
5557
def test_context():
5658
mpl.rcParams[PARAM] = 'gray'
5759
with temp_style('test', DUMMY_SETTINGS):

0 commit comments

Comments
 (0)