From 8806d29a35d7ff7e7652bd9cce1fc62bf17552b8 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Fri, 10 Feb 2023 12:14:06 -0700 Subject: [PATCH] defaulkts.py: Fix type suggestion --- resources/defaults.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/defaults.py b/resources/defaults.py index a4773bd85..ccae5a293 100644 --- a/resources/defaults.py +++ b/resources/defaults.py @@ -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 = ""