mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 06:10:00 +10:00
Fix Constants type suggestion
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user