Skip to content

Commit 71fbbb8

Browse files
author
Leon Huang
committed
deletion of lang_string_set_to_xml() call
1 parent b600264 commit 71fbbb8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sdk/basyx/aas/adapter/xml/xml_serialization.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -899,10 +899,6 @@ def object_to_xml_element(obj: object) -> etree._Element:
899899
return value_reference_pair_to_xml(obj)
900900
elif isinstance(obj, model.ConceptDescription):
901901
return concept_description_to_xml(obj)
902-
elif isinstance(obj, model.LangStringSet):
903-
# FIXME: `lang_string_set_to_xml` expects `tag` parameter, `tag` doesn't have default value
904-
# Issue: https://github.com/eclipse-basyx/basyx-python-sdk/issues/397
905-
return lang_string_set_to_xml(obj) # type: ignore[call-arg]
906902
elif isinstance(obj, model.EmbeddedDataSpecification):
907903
return embedded_data_specification_to_xml(obj)
908904
elif isinstance(obj, model.DataSpecificationIEC61360):

0 commit comments

Comments
 (0)