fix: Making pep8 & travis happy

pull/304/head
chrisr3d 2019-05-23 16:13:49 +02:00
parent be05de62c0
commit 8ac651562e
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 0 additions and 1 deletions

View File

@ -258,7 +258,6 @@ class JoeParser():
attribute.from_dict(**attribute_dict)
self.misp_event.add_attribute(**attribute)
def parse_pe_section(self, section):
section_object = MISPObject('pe-section')
for feature, mapping in section_object_mapping.items():