Skip to content

Commit d2e0811

Browse files
committed
import Iterable from collections.abc instead of collections
1 parent 1e2a6ff commit d2e0811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manimlib/mobject/mobject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55
import moderngl
66
from functools import wraps
7-
from collections import Iterable
7+
from collections.abc import Iterable
88

99
import numpy as np
1010

0 commit comments

Comments
 (0)