Skip to content

Commit

Permalink
Isort error changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvak001 committed Jan 31, 2025
1 parent be7671a commit c287ff9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions capa/features/extractors/cape/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,7 @@
from capa.features.common import Feature
from capa.features.address import Address, AbsoluteVirtualAddress, _NoAddress
from capa.features.extractors.cape.models import Call, Static, Process, CapeReport
from capa.features.extractors.base_extractor import (
CallHandle,
SampleHashes,
ThreadHandle,
ProcessHandle,
DynamicFeatureExtractor,
)
from capa.features.extractors.base_extractor import BBHandle, SampleHashes, FunctionHandle

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit c287ff9

Please sign in to comment.