defaulkts.py: Fix type suggestion

This commit is contained in:
Mykola Grymalyuk
2023-02-10 12:14:06 -07:00
parent 12b7cf7fcd
commit 8806d29a35

View File

@@ -29,7 +29,8 @@ class GenerateDefaults:
self.constants.disable_cs_lv: bool = False
self.constants.disable_amfi: bool = False
self.constants.fu_status: bool = True
self.constants.fu_arguments: bool = None
self.constants.fu_arguments: str = None
self.constants.custom_serial_number: str = ""
self.constants.custom_board_serial_number: str = ""