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