viv: ignore mypy FP

This commit is contained in:
William Ballenthin
2021-08-23 16:57:35 -06:00
parent fc73787849
commit a4b0954532

View File

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