We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5714826 commit e40a9efCopy full SHA for e40a9ef
lib/matplotlib/tests/test_animation.py
@@ -22,8 +22,6 @@ class NullMovieWriter(animation.AbstractMovieWriter):
22
it cannot be added to the 'writers' registry.
23
"""
24
25
- frame_size_can_vary = True
26
-
27
def setup(self, fig, outfile, dpi, *args):
28
self.fig = fig
29
self.outfile = outfile
0 commit comments