Skip to content

Commit

Permalink
Solution
Browse files Browse the repository at this point in the history
  • Loading branch information
lurd22 committed Dec 21, 2024
1 parent d2167a0 commit c985e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __repr__(self) -> str:
f"Hidden: {self.hidden}}}"
)

def __str__(cls) -> str:
def __str__(self, cls) -> str:
return str([str(animal) for animal in cls.alive])


Expand Down

0 comments on commit c985e7d

Please sign in to comment.