More linting

This commit is contained in:
2025-06-24 06:07:45 +01:00
parent db943fef5a
commit 40b00a71dc

View File

@ -108,6 +108,8 @@ class Game:
ID on the stack, False otherwise. ID on the stack, False otherwise.
""" """
return any(timeout.timeoutID == timeoutID for timeout in self._timeouts)
def popup(self, title: str, text: str, haltUpdate: bool=False, haltEvents: bool=True): def popup(self, title: str, text: str, haltUpdate: bool=False, haltEvents: bool=True):
""" """
Pops up a dialogue box. Pops up a dialogue box.