From fec69327498f6e13a490dd4abd13d846ca2a9ea0 Mon Sep 17 00:00:00 2001 From: marcel Date: Mon, 9 Sep 2024 22:40:57 +0200 Subject: [PATCH] linting --- semantic-model/opcua/lib/nodesetparser.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/semantic-model/opcua/lib/nodesetparser.py b/semantic-model/opcua/lib/nodesetparser.py index 2c60d03c..e0afcd91 100644 --- a/semantic-model/opcua/lib/nodesetparser.py +++ b/semantic-model/opcua/lib/nodesetparser.py @@ -529,8 +529,6 @@ def get_value(self, node, classiri, xml_ns): if len(json_obj.keys()) > 0: result = Literal(json.dumps(json_obj), datatype=RDF.JSON) self.g.add((classiri, self.rdf_ns['base']['hasValue'], Literal(result))) - - def references_get_special(self, id, ns): special_components = {