mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Remove digest_config
This commit is contained in:
parent
4e8b80fe86
commit
a0a17be6ea
1 changed files with 0 additions and 2 deletions
|
@ -53,8 +53,6 @@ class Animation(object):
|
|||
|
||||
assert(isinstance(mobject, Mobject))
|
||||
|
||||
digest_config(self, kwargs) # Need to delete
|
||||
|
||||
def __str__(self) -> str:
|
||||
return self.name
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue