mirror of
https://github.com/3b1b/manim.git
synced 2025-08-03 04:04:36 +08:00
Add white space after assert statements
This commit is contained in:
@ -133,7 +133,7 @@ class Succession(AnimationGroup):
|
||||
super().__init__(*animations, lag_ratio=lag_ratio, **kwargs)
|
||||
|
||||
def begin(self) -> None:
|
||||
assert(len(self.animations) > 0)
|
||||
assert len(self.animations) > 0
|
||||
self.active_animation = self.animations[0]
|
||||
self.active_animation.begin()
|
||||
|
||||
|
Reference in New Issue
Block a user