Moved to generator
This commit is contained in:
parent
d8bec1ea82
commit
312c0428e0
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ class AnimationGroup:
|
|||
member.show()
|
||||
return result
|
||||
|
||||
return any([item.animate(show) for item in self._members])
|
||||
return any(item.animate(show) for item in self._members)
|
||||
|
||||
@property
|
||||
def color(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue