8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dce3346 + 4bedccf commit 143d369Copy full SHA for 143d369
lib/matplotlib/animation.pyi
@@ -207,7 +207,7 @@ class FuncAnimation(TimedAnimation):
207
self,
208
fig: Figure,
209
func: Callable[..., Iterable[Artist]],
210
- frames: Iterable[Artist] | int | Callable[[], Generator] | None = ...,
+ frames: Iterable | int | Callable[[], Generator] | None = ...,
211
init_func: Callable[[], Iterable[Artist]] | None = ...,
212
fargs: tuple[Any, ...] | None = ...,
213
save_count: int | None = ...,
0 commit comments