10000 Merge pull request #2718 from ajdawson/animation-test-fail · matplotlib/matplotlib@70cc699 · GitHub
[go: up one dir, main page]

Skip to content

Commit 70cc699

Browse files
committed
Merge pull request #2718 from ajdawson/animation-test-fail
Added missing cleanup decorator import.
2 parents 9e8acb2 + 88cff7d commit 70cc699

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_animation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from matplotlib import pyplot as plt
1111
from matplotlib import animation
1212
from matplotlib.testing.noseclasses import KnownFailureTest
13+
from matplotlib.testing.decorators import cleanup
1314
from matplotlib.testing.decorators import CleanupTest
1415

1516

0 commit comments

Comments
 (0)
0