We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32dc50b commit d6ba92bCopy full SHA for d6ba92b
geos-trame/src/geos/trame/app/deck/tree.py
@@ -118,7 +118,7 @@ def to_xml( obj: BaseModel ) -> str:
118
attribute_name_generator=text.camel_case,
119
)
120
121
- config = SerializerConfig( indent=" ", xml_declaration=False )
+ config = SerializerConfig( indent=" ", xml_declaration=False, ignore_default_attributes=True )
122
serializer = XmlSerializer( context=context, config=config )
123
124
return format_xml( serializer.render( obj ) )
0 commit comments