From a66134344496b1bda3bfc94b6e40721e0825221f Mon Sep 17 00:00:00 2001 From: Christophe Vandeplas Date: Tue, 26 Mar 2019 19:02:07 +0200 Subject: [PATCH] fix: cleanup --- src/MISP_maltego/transforms/attributetoevent.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/MISP_maltego/transforms/attributetoevent.py b/src/MISP_maltego/transforms/attributetoevent.py index 7705be5..6b7f4f2 100644 --- a/src/MISP_maltego/transforms/attributetoevent.py +++ b/src/MISP_maltego/transforms/attributetoevent.py @@ -101,8 +101,3 @@ class AttributeToEvent(Transform): for item in attribute_to_entity(attr, only_self=True): response += item return response - - def on_terminate(self): - """This method gets called when transform execution is prematurely terminated. It is only applicable for local - transforms. It can be excluded if you don't need it.""" - pass