From cce1e41519c2ff322050f93c8b3e159052a86425 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Wed, 30 Mar 2022 13:12:49 -0600 Subject: [PATCH] formatting --- capa/features/common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/capa/features/common.py b/capa/features/common.py index 6b867766..f9a9a927 100644 --- a/capa/features/common.py +++ b/capa/features/common.py @@ -178,7 +178,6 @@ class MatchedRule(Feature): class Characteristic(Feature): def __init__(self, value: str, description=None): - super(Characteristic, self).__init__(value, description=description)