10000 Merge pull request #11779 from anntzer/frame_size_cannot_vary · matplotlib/matplotlib@3020c21 · GitHub
[go: up one dir, main page]

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)
0