We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e2a6ff commit d2e0811Copy full SHA for d2e0811
manimlib/mobject/mobject.py
@@ -4,7 +4,7 @@
4
import sys
5
import moderngl
6
from functools import wraps
7
-from collections import Iterable
+from collections.abc import Iterable
8
9
import numpy as np
10
0 commit comments