mirror of https://github.com/MISP/misp-modules
fix: Making pep8 happy
parent
8805bd8649
commit
48b381d704
|
@ -10,7 +10,6 @@ moduleinfo = {'version': '0.1', 'author': 'Christian Studer',
|
|||
moduleconfig = []
|
||||
|
||||
|
||||
|
||||
def parse_response(response):
|
||||
mapping = {'file_name': {'type': 'filename', 'object_relation': 'filename'},
|
||||
'file_size': {'type': 'size-in-bytes', 'object_relation': 'size-in-bytes'},
|
||||
|
|
Loading…
Reference in New Issue