chore: add return type annotation

This commit is contained in:
aclist 2026-05-18 00:23:13 +09:00
parent 59bde45949
commit 83629c7c8e

View File

@ -236,7 +236,7 @@ class SteamValidationPage(APIValidationPage):
class IntroductionPage(ScrolledWizardPage):
def __init__(self):
def __init__(self) -> None:
super().__init__(
enum=PageNum.INTRO,
heading=f"Welcome to {APP_NAME}!",