From 91417d390b85f141b6ae337f7050833b1d846208 Mon Sep 17 00:00:00 2001 From: Jesse Hedden Date: Sun, 9 Aug 2020 20:41:52 -0700 Subject: [PATCH] added comments --- misp_modules/modules/expansion/trustar_enrich.py | 1 + 1 file changed, 1 insertion(+) diff --git a/misp_modules/modules/expansion/trustar_enrich.py b/misp_modules/modules/expansion/trustar_enrich.py index 6e615db..7b6ff3c 100644 --- a/misp_modules/modules/expansion/trustar_enrich.py +++ b/misp_modules/modules/expansion/trustar_enrich.py @@ -85,6 +85,7 @@ class TruSTARParser: redundancy. :param: Enrichment data. + :return: List of tags. """ if enrichment_report and enrichment_report.get('tags'): return [tag.get('name') for tag in enrichment_report.pop('tags')]