fix: Making pep8 & travis happy

pull/304/head
chrisr3d 4 years ago
parent be05de62c0
commit 8ac651562e
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
  1. 1
      misp_modules/modules/import_mod/joe_import.py

@ -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():

Loading…
Cancel
Save