mirror of
https://github.com/mandiant/capa.git
synced 2025-12-22 23:26:21 -08:00
isort, black
This commit is contained in:
@@ -2,7 +2,7 @@ from typing import Dict, List, Tuple
|
|||||||
from dataclasses import dataclass
|
from dataclasses import dataclass
|
||||||
|
|
||||||
from capa.features.common import Feature
|
from capa.features.common import Feature
|
||||||
from capa.features.address import Address, NO_ADDRESS
|
from capa.features.address import NO_ADDRESS, Address
|
||||||
from capa.features.extractors.base_extractor import BBHandle, InsnHandle, FunctionHandle, FeatureExtractor
|
from capa.features.extractors.base_extractor import BBHandle, InsnHandle, FunctionHandle, FeatureExtractor
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -156,7 +156,6 @@ def test_freeze_sample(tmpdir, z9324d_extractor):
|
|||||||
assert capa.features.freeze.main([path, o, "-v"]) == 0
|
assert capa.features.freeze.main([path, o, "-v"]) == 0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
"extractor",
|
"extractor",
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user