Some more fixes from the linter

This commit is contained in:
Eryn Wells 2022-05-07 09:57:39 -07:00
parent 7720bc525a
commit 57bbb2c3fc
3 changed files with 3 additions and 4 deletions

View file

@ -253,4 +253,4 @@ class RectangularRoom(Room):
yield Point(x, y)
def __repr__(self) -> str:
return f'{self.__class__.__name__}({self.bounds})'
return f'{self.__class__.__name__}({self.bounds})'