formatting

This commit is contained in:
Willi Ballenthin
2022-03-30 13:12:49 -06:00
parent b942050c4e
commit cce1e41519

View File

@@ -178,7 +178,6 @@ class MatchedRule(Feature):
class Characteristic(Feature):
def __init__(self, value: str, description=None):
super(Characteristic, self).__init__(value, description=description)