[sty] check kind interface

This commit is contained in:
Christian Fraß 2022-11-30 23:19:59 +01:00
parent f0b95a8cb0
commit 36412a34af

View file

@ -6,7 +6,7 @@ class interface_check_kind(object):
def normalize_conf_node(self, node): def normalize_conf_node(self, node):
raise NotImplementedError raise NotImplementedError
def run(self, parameters): def run(self, parameters):
raise NotImplementedError raise NotImplementedError