mirror of
https://github.com/aclist/dztui.git
synced 2026-08-26 09:47:36 +02:00
chore: add return type annotation
This commit is contained in:
parent
59bde45949
commit
83629c7c8e
@ -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}!",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user