mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 04:38:20 +10:00
Fix Constants type suggestion
This commit is contained in:
@@ -14,8 +14,8 @@ from resources import bplist, constants, generate_smbios, utilities
|
||||
|
||||
class sys_patch_helpers:
|
||||
|
||||
def __init__(self, global_constants: constants.Constants()):
|
||||
self.constants: constants.Constants() = global_constants
|
||||
def __init__(self, global_constants: constants.Constants):
|
||||
self.constants: constants.Constants = global_constants
|
||||
|
||||
|
||||
def snb_board_id_patch(self, source_files_path):
|
||||
|
||||
Reference in New Issue
Block a user