Skip to content

Commit beeb9dc

Browse files
committed
Reformatted with black
1 parent 9765c9c commit beeb9dc

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

logo/logo.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ def get_h_line(input_tracker):
9898
graph_dot_p2.move_to(get_graph_point(input_tracker_p2))
9999

100100
#
101-
self.play(ShowCreation(graph),)
101+
self.play(
102+
ShowCreation(graph),
103+
)
102104
# Animacion del punto a
103105
self.add_foreground_mobject(graph_dot_p1)
104106
self.add_foreground_mobject(graph_dot_p2)
@@ -150,7 +152,11 @@ def get_h_line(input_tracker):
150152
)
151153

152154
self.add(
153-
input_triangle_p2, graph_dot_p2, v_line_p2, h_line_p2, output_triangle_p2,
155+
input_triangle_p2,
156+
graph_dot_p2,
157+
v_line_p2,
158+
h_line_p2,
159+
output_triangle_p2,
154160
)
155161
self.play(FadeIn(grupo_secante))
156162

manim/scene/scene.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ def compile_method(state):
804804
I think you may have invoked a method
805805
you meant to pass in as a Scene.play argument
806806
"""
807-
)
807+
)
808808
else:
809809
raise ValueError("Invalid play arguments")
810810
compile_method(state)

0 commit comments

Comments
 (0)