Skip to content

Commit d5b28d9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9b57dc9 commit d5b28d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim/utils/parameter_parsing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def flatten_iterable_parameters(
3232
"""
3333
# avoiding cyclic import
3434
from ..mobject.mobject import Mobject
35-
35+
3636
flattened_parameters: list[T] = []
3737
for arg in args:
3838
# Only extend if arg is iterable and NOT an instance of Mobject

0 commit comments

Comments
 (0)