We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b57dc9 commit d5b28d9Copy full SHA for d5b28d9
manim/utils/parameter_parsing.py
@@ -32,7 +32,7 @@ def flatten_iterable_parameters(
32
"""
33
# avoiding cyclic import
34
from ..mobject.mobject import Mobject
35
-
+
36
flattened_parameters: list[T] = []
37
for arg in args:
38
# Only extend if arg is iterable and NOT an instance of Mobject
0 commit comments