Remove a newline

This commit is contained in:
Eryn Wells 2022-05-11 08:08:47 -07:00
parent a4adbcca85
commit 99ca090448

View file

@ -118,7 +118,6 @@ class Hero(Actor):
def __str__(self) -> str:
return f'{self.symbol}[{self.position}][{self.fighter.hit_points}/{self.fighter.maximum_hit_points}]'
class Monster(Actor):
'''An instance of a Species'''