Skip to content

Commit 6d3ba0a

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manim/utils/parameter_parsing.py

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
__all__ = ["flatten_iterable_parameters"]
1212

13+
1314
def flatten_iterable_parameters(
1415
args: Iterable[T | Iterable[T] | GeneratorType],
1516
) -> list[T]:

0 commit comments

Comments
 (0)