From 55e4fddc513f01797f73bef794be4a3a0aed47be Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Tue, 17 Oct 2023 14:46:33 +0000 Subject: [PATCH] mypy --- capa/features/extractors/dotnetfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capa/features/extractors/dotnetfile.py b/capa/features/extractors/dotnetfile.py index 5a42b3c1..e71a2001 100644 --- a/capa/features/extractors/dotnetfile.py +++ b/capa/features/extractors/dotnetfile.py @@ -11,7 +11,6 @@ from pathlib import Path import dnfile import pefile -from dnfile.types import DnType import capa.features.extractors.helpers from capa.features.file import Import, FunctionName @@ -33,6 +32,7 @@ from capa.features.common import ( ) from capa.features.address import NO_ADDRESS, Address, DNTokenAddress from capa.features.extractors.base_extractor import SampleHashes, StaticFeatureExtractor +from capa.features.extractors.dnfile.types import DnType from capa.features.extractors.dnfile.helpers import ( iter_dotnet_table, is_dotnet_mixed_mode,