Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
wagmarcel committed Sep 9, 2024
1 parent 6fd84e9 commit fec6932
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions semantic-model/opcua/lib/nodesetparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit fec6932

Please sign in to comment.