Skip to content

Commit

Permalink
capa.rules: remove redundant ceng.MatchResults import
Browse files Browse the repository at this point in the history
  • Loading branch information
yelhamer committed Oct 26, 2023
1 parent a0cec3f commit e559cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capa/rules/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
import capa.features.insn
import capa.features.common
import capa.features.basicblock
from capa.engine import Statement, FeatureSet, MatchResults
from capa.engine import Statement, FeatureSet
from capa.features.common import MAX_BYTES_FEATURE_SIZE, Feature
from capa.features.address import Address

Expand Down

0 comments on commit e559cc2

Please sign in to comment.