mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
fix bad merge
This commit is contained in:
@@ -146,13 +146,9 @@ class Feature:
|
||||
def __repr__(self):
|
||||
return str(self)
|
||||
|
||||
<<<<<<< HEAD
|
||||
def evaluate(self, ctx: Dict["Feature", Set[int]]) -> "Result":
|
||||
def evaluate(self, ctx: Dict["Feature", Set[int]]) -> Result:
|
||||
capa.perf.counters["evaluate.feature"] += 1
|
||||
capa.perf.counters["evaluate.feature." + self.name] += 1
|
||||
=======
|
||||
def evaluate(self, ctx: Dict["Feature", Set[int]]) -> Result:
|
||||
>>>>>>> master
|
||||
return Result(self in ctx, self, [], locations=ctx.get(self, []))
|
||||
|
||||
def freeze_serialize(self):
|
||||
|
||||
Reference in New Issue
Block a user