From 6e146bb1265e7b26227e90b2f5a0d0e3391ee2bf Mon Sep 17 00:00:00 2001 From: Mike Hunhoff Date: Wed, 24 Jul 2024 10:12:21 -0600 Subject: [PATCH] vmray: fix lints --- capa/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capa/helpers.py b/capa/helpers.py index 9de2cbd9..ac7b52f6 100644 --- a/capa/helpers.py +++ b/capa/helpers.py @@ -140,7 +140,7 @@ def get_format_from_report(sample: Path) -> str: # CAPE report that's missing the "CAPE" key, # which is not going to be much use, but its correct. return FORMAT_CAPE - + return FORMAT_UNKNOWN