mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
black code style
This commit is contained in:
@@ -94,7 +94,7 @@ FILE_HANDLERS = (
|
||||
extract_file_format,
|
||||
)
|
||||
|
||||
|
||||
|
||||
def extract_global_features(elf: ELFFile, buf: bytes) -> Iterator[Tuple[Feature, int]]:
|
||||
for global_handler in GLOBAL_HANDLERS:
|
||||
for feature, va in global_handler(elf=elf, buf=buf): # type: ignore
|
||||
|
||||
Reference in New Issue
Block a user