Skip to content

Commit

Permalink
Solved
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Hrabovyi committed Sep 15, 2023
1 parent 7fab072 commit da00c38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ def __repr__(self) -> str:
return (
f"{{Name: {self.name}, "
f"Health: {self.health}, "
f"Hidden: {self.hidden}"
f"}}"
f"Hidden: {self.hidden}}}"
)


Expand Down

0 comments on commit da00c38

Please sign in to comment.