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

Skip to content

Commit 598dce8

Browse files
committed
Remove unused on_win
1 parent 32f8c0f commit 598dce8

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
import warnings
3030
from matplotlib.cbook import IgnoredKeywordWarning
3131

32-
import sys
33-
on_win = (sys.platform == 'win32')
3432

3533
# Note: Some test cases are run twice: once normally and once with labeled data
3634
# These two must be defined in the same test function or need to have

lib/matplotlib/tests/test_patheffects.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
import mock
1818
from nose.tools import assert_equal
1919

20-
import sys
21-
on_win = (sys.platform == 'win32')
22-
2320

2421
@image_comparison(baseline_images=['patheffect1'], remove_text=True)
2522
def test_patheffect1():

0 commit comments

Comments
 (0)