Make PEP8 happy

pull/86/merge
Raphaël Vinot 2017-01-06 20:10:44 -05:00
parent 7a9774bff7
commit 329586768b
1 changed files with 2 additions and 2 deletions

View File

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