Fix Constants type suggestion

This commit is contained in:
Mykola Grymalyuk
2023-02-09 17:59:53 -07:00
parent 66a5f5a9ad
commit e83e260db7
12 changed files with 39 additions and 29 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ class OpenCoreLegacyPatcher:
def __init__(self):
logging_handler.InitializeLoggingSupport()
self.constants: constants = constants.Constants()
self.constants: constants.Constants = constants.Constants()
self.constants.wxpython_variant: bool = True