fix black errors

This commit is contained in:
Mike Hunhoff
2025-12-09 00:40:15 +00:00
parent 7175714f9e
commit 3687bb95e9

View File

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