mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 11:07:53 -08:00
viv: ignore mypy FP
This commit is contained in:
@@ -105,7 +105,7 @@ def extract_features(vw, buf: bytes):
|
||||
"""
|
||||
|
||||
for file_handler in FILE_HANDLERS:
|
||||
for feature, va in file_handler(vw=vw, buf=buf):
|
||||
for feature, va in file_handler(vw=vw, buf=buf): # type: ignore
|
||||
yield feature, va
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user