From 2e38de930abb1237be22791496a7f4a925c19ef0 Mon Sep 17 00:00:00 2001 From: "Frinzell, Aaron" Date: Thu, 21 Apr 2022 16:29:29 -0500 Subject: [PATCH] spaces Signed-off-by: Frinzell, Aaron --- chipsec/modules/tools/uefi/scan_image.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/chipsec/modules/tools/uefi/scan_image.py b/chipsec/modules/tools/uefi/scan_image.py index 5d2a9829..19a16fbb 100644 --- a/chipsec/modules/tools/uefi/scan_image.py +++ b/chipsec/modules/tools/uefi/scan_image.py @@ -149,11 +149,7 @@ class scan_image(BaseModule): self.logger.log(__doc__.replace('`','')) - # -------------------------------------------------------------------------- - # run( module_argv ) - # Required function: run here all tests from this module - # -------------------------------------------------------------------------- - def run( self, module_argv ): + def run(self, module_argv): self.logger.start_test("Simple list generation/checking for (U)EFI firmware") self.res = ModuleResult.NOTAPPLICABLE