Skip to content

Commit c373f54

Browse files
committed
Added comment to one of the type ignore statements.
1 parent 444c869 commit c373f54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manim/scene/vector_space_scene.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,6 +1250,8 @@ def apply_function(
12501250
kwargs["run_time"] = 3
12511251
anims = (
12521252
[
1253+
# TODO
1254+
# error: Argument 1 to "ApplyPointwiseFunction" has incompatible type "Callable[[Any], Any]"; expected "MethodType" [arg-type]
12531255
ApplyPointwiseFunction(function, t_mob) # type: ignore[arg-type]
12541256
for t_mob in self.transformable_mobjects
12551257
]

0 commit comments

Comments
 (0)