isort, black

This commit is contained in:
Moritz Raabe
2022-06-28 15:53:10 +02:00
parent e2156c3854
commit a7c4761fef
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ from typing import Dict, List, Tuple
from dataclasses import dataclass
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

View File

@@ -156,7 +156,6 @@ def test_freeze_sample(tmpdir, z9324d_extractor):
assert capa.features.freeze.main([path, o, "-v"]) == 0
@pytest.mark.parametrize(
"extractor",
[