File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1+ . * .swp
12.tox
23.cache
34* .py [cod ]
Original file line number Diff line number Diff line change @@ -177,10 +177,10 @@ def pytest_runtest_setup(self, item):
177177 import matplotlib
178178 import matplotlib .pyplot as plt
179179 from matplotlib .testing .compare import compare_images
180- from matplotlib .testing .decorators import ImageComparisonTest as MplImageComparisonTest
181180 try :
182181 from matplotlib .testing .decorators import remove_ticks_and_titles
183182 except ImportError :
183+ from matplotlib .testing .decorators import ImageComparisonTest as MplImageComparisonTest
184184 remove_ticks_and_titles = MplImageComparisonTest .remove_text
185185
186186 MPL_LT_15 = LooseVersion (matplotlib .__version__ ) < LooseVersion ('1.5' )
You can’t perform that action at this time.
0 commit comments