From b2c8f79220855e41db11d28248b01a06de8ed8c5 Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Fri, 24 Jan 2020 15:17:35 +0100 Subject: [PATCH] fix: Making pep8 happy --- misp_modules/modules/import_mod/joe_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misp_modules/modules/import_mod/joe_import.py b/misp_modules/modules/import_mod/joe_import.py index fbe7385..0753167 100644 --- a/misp_modules/modules/import_mod/joe_import.py +++ b/misp_modules/modules/import_mod/joe_import.py @@ -9,7 +9,7 @@ userConfig = { "type": "Boolean", "message": "Import PE Information", }, - "Mitre Att&ck" : { + "Mitre Att&ck": { "type": "Boolean", "message": "Import Mitre Att&ck techniques", },