mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 07:40:38 -08:00
fix black errors
This commit is contained in:
@@ -142,4 +142,3 @@ def extract_features(fh: FunctionHandle, bbh: BBHandle) -> Iterator[tuple[Featur
|
||||
for bb_handler in BASIC_BLOCK_HANDLERS:
|
||||
for feature, addr in bb_handler(fh, bbh):
|
||||
yield feature, addr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user