Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9edcb03 commit 2207bfeCopy full SHA for 2207bfe
1 file changed
lib/matplotlib/tests/test_animation.py
@@ -13,8 +13,8 @@
13
import matplotlib as mpl
14
from matplotlib import pyplot as plt
15
from matplotlib import animation
16
-from ..testing import xfail, skip
17
-from ..testing.decorators import cleanup
+from matplotlib.testing import xfail, skip
+from matplotlib.testing.decorators import cleanup
18
19
20
class NullMovieWriter(animation.AbstractMovieWriter):
0 commit comments