From eadc7ec1b50f33539ad9360ad63f4d6b3e44d7e4 Mon Sep 17 00:00:00 2001 From: grolinet Date: Tue, 6 Oct 2015 16:57:28 +0200 Subject: [PATCH] Whitespace cleaned --- pymisp/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymisp/api.py b/pymisp/api.py index 1ca68e3..76fbb62 100644 --- a/pymisp/api.py +++ b/pymisp/api.py @@ -381,7 +381,7 @@ class PyMISP(object): mutex = '\\BaseNamedObjects\\{}'.format(mutex) attributes.append(self._prepare_full_attribute(category, 'mutex', mutex, to_ids, comment, distribution)) return self._send_attributes(event, attributes) - + # ##### Network attributes ##### def add_ipdst(self, event, ipdst, category='Network activity', to_ids=True, comment=None, distribution=None):