mirror of
https://github.com/mandiant/capa.git
synced 2025-12-23 07:28:34 -08:00
pep8
This commit is contained in:
@@ -149,7 +149,7 @@ def render_mbc(doc, result):
|
|||||||
|
|
||||||
|
|
||||||
def render_dictionary(doc: rd.ResultDocument) -> Dict[str, Any]:
|
def render_dictionary(doc: rd.ResultDocument) -> Dict[str, Any]:
|
||||||
result = dict()
|
result: Dict[str, Any] = dict()
|
||||||
render_meta(doc, result)
|
render_meta(doc, result)
|
||||||
render_attack(doc, result)
|
render_attack(doc, result)
|
||||||
render_mbc(doc, result)
|
render_mbc(doc, result)
|
||||||
|
|||||||
Reference in New Issue
Block a user