move capa/features/__init__.py logic to common.py

also cleanup imports across the board,
thanks to pylance.
This commit is contained in:
William Ballenthin
2021-06-09 22:20:53 -06:00
parent 7029ad32c4
commit ac59e50b5f
46 changed files with 551 additions and 529 deletions

View File

@@ -1,4 +1,4 @@
from fixtures import get_function, pma16_01_extractor, extract_function_features
from fixtures import get_function, extract_function_features
import capa.features.insn