cleanup comments

This commit is contained in:
Vin Minichino 2022-08-09 13:38:12 -04:00
parent ba57e7a6e1
commit d02dde7622

View file

@ -157,7 +157,6 @@ class AnimationGroup:
if item.animate(show):
ret=True
return ret
#return any(item.animate(show) for item in self._members)
@property
def color(self):