fix mypy and codestyle issues

This commit is contained in:
Yacine Elhamer
2023-06-27 11:32:21 +01:00
parent a99ff813cb
commit 06aea6b97c
3 changed files with 3 additions and 2 deletions

View File

@@ -84,7 +84,6 @@ from capa.helpers import get_auto_format, log_unsupported_runtime_error
from capa.features.common import FORMAT_AUTO, FORMAT_FREEZE, DYNAMIC_FORMATS, is_global_feature
from capa.features.extractors.base_extractor import FeatureExtractor, StaticFeatureExtractor, DynamicFeatureExtractor
logger = logging.getLogger("capa.show-features")