Skip to content

Commit

Permalink
Merge pull request #2718 from ajdawson/animation-test-fail
Browse files Browse the repository at this point in the history
Added missing cleanup decorator import.
  • Loading branch information
efiring committed Jan 12, 2014
2 parents 9e8acb2 + 88cff7d commit 70cc699
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/matplotlib/tests/test_animation.py
Expand Up @@ -10,6 +10,7 @@
from matplotlib import pyplot as plt
from matplotlib import animation
from matplotlib.testing.noseclasses import KnownFailureTest
from matplotlib.testing.decorators import cleanup
from matplotlib.testing.decorators import CleanupTest


Expand Down

0 comments on commit 70cc699

Please sign in to comment.