8000 STY: fix bad indentation · matplotlib/matplotlib@3f2a1b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f2a1b9

Browse files
authored
STY: fix bad indentation
1 parent 22cb2d4 commit 3f2a1b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/animation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1814,7 +1814,7 @@ def _draw_frame(self, framedata):
18141814
self._drawn_artists = self._func(framedata, *self._args)
18151815
if self._blit:
18161816
if self._drawn_artists is None:
1817-
raise RuntimeError('The animation function must return a '
1818-
'sequence of Artist objects.')
1817+
raise RuntimeError('The animation function must return a '
1818+
'sequence of Artist objects.')
18191819
for a in self._drawn_artists:
18201820
a.set_animated(self._blit)

0 commit comments

Comments
 (0)
0