From 946c3a4c87541f6714a2aba7478e35c6713bc55b Mon Sep 17 00:00:00 2001 From: Kostia Date: Tue, 10 Oct 2023 21:12:34 +0300 Subject: [PATCH] fixed solution --- app/main.py | 2 -- 1 file changed, 2 deletions(-) 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 - -