Skip to content

Commit e40a9ef

Browse files
committed
Remove unused attribute in tests.
Should have been removed as part of 0c11fd7; there is no other mention of this attribute in the codebase.
1 parent 5714826 commit e40a9ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/matplotlib/tests/test_animation.py

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ class NullMovieWriter(animation.AbstractMovieWriter):
2222
it cannot be added to the 'writers' registry.
2323
"""
2424

25-
frame_size_can_vary = True
26-
2725
def setup(self, fig, outfile, dpi, *args):
2826
self.fig = fig
2927
self.outfile = outfile

0 commit comments

Comments
 (0)