diff --git a/app/main.py b/app/main.py index 8716aff9..c91e0472 100644 --- a/app/main.py +++ b/app/main.py @@ -35,5 +35,3 @@ def bite(self, herbivore: Animal) -> None: if herbivore.health <= 0: herbivore.die_animal() herbivore.health -= 50 - -