mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-19 05:40:01 +10:00
Fix Constants type suggestion
This commit is contained in:
@@ -17,8 +17,8 @@ from data import (
|
||||
|
||||
class GenerateDefaults:
|
||||
|
||||
def __init__(self, model: str, host_is_target: bool, global_constants: constants.Constants()):
|
||||
self.constants: constants.Constants() = global_constants
|
||||
def __init__(self, model: str, host_is_target: bool, global_constants: constants.Constants):
|
||||
self.constants: constants.Constants = global_constants
|
||||
|
||||
self.model = model
|
||||
self.host_is_target = host_is_target
|
||||
|
||||
Reference in New Issue
Block a user