Make PEP8 happy

pull/86/merge
Raphaël Vinot 6 years ago
parent 7a9774bff7
commit 329586768b
  1. 4
      misp_modules/modules/import_mod/stiximport.py

@ -33,12 +33,12 @@ def handler(q=False):
return json.dumps({"success": 0})
pkg = stix.load_stix(package)
for attrib in pkg.attributes:
r["results"].append({ "values" : [attrib.value] , "types": [attrib.type], "categories": [attrib.category]})
r["results"].append({"values": [attrib.value], "types": [attrib.type], "categories": [attrib.category]})
return r
def introspection():
modulesetup = {}
try:

Loading…
Cancel
Save