diff --git a/lib/matplotlib/animation.py b/lib/matplotlib/animation.py index f20928d0abc2..c5d768a888e3 100644 --- a/lib/matplotlib/animation.py +++ b/lib/matplotlib/animation.py @@ -1274,7 +1274,7 @@ def _end_redraw(self, event): self._resize_id = self._fig.canvas.mpl_connect('resize_event', self._on_resize) - def to_html5_video(self, embed_limit=None): + def to_html5_video(self, embed_limit=None, _writer_cls=None): """ Convert the animation to an HTML5 ``