Linting
This commit is contained in:
@ -17,7 +17,7 @@ class CreditsDisplay(Display):
|
||||
self.ascii_art_displayed = False
|
||||
|
||||
def update(self, game: Game) -> None:
|
||||
return
|
||||
return
|
||||
|
||||
def display(self) -> None:
|
||||
self.box.refresh(self.y, self.x, self.height, self.width)
|
||||
|
Reference in New Issue
Block a user