Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin committed Oct 17, 2023
1 parent 1aac4a1 commit 55e4fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capa/features/extractors/dotnetfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

import dnfile
import pefile
from dnfile.types import DnType

import capa.features.extractors.helpers
from capa.features.file import Import, FunctionName
Expand All @@ -33,6 +32,7 @@
)
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,
Expand Down

0 comments on commit 55e4fdd

Please sign in to comment.