From 9195887f986cfa123fb87d3971c1cb290e8145ce Mon Sep 17 00:00:00 2001 From: Sebdraven Date: Wed, 20 Jun 2018 17:51:46 +0200 Subject: [PATCH] pep 8 --- misp_modules/modules/expansion/onyphe_full.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/misp_modules/modules/expansion/onyphe_full.py b/misp_modules/modules/expansion/onyphe_full.py index 1f6c580..4ca9a26 100644 --- a/misp_modules/modules/expansion/onyphe_full.py +++ b/misp_modules/modules/expansion/onyphe_full.py @@ -200,8 +200,6 @@ def expand_datascan(api, misperror,**kwargs): 'categories': ['Network activity'], 'comment': 'As number of %s found with synscan of Onyphe' % ip }) - - return r, status_ok