Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3020c21

Browse files
authored
Merge pull request #11779 from anntzer/frame_size_cannot_vary
Remove unused attribute in tests.
2 parents 1e4d6e1 + e40a9ef commit 3020c21

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/matplotlib/tests/test_animation.py

Lines changed: 0 additions & 2 deletions
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)