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 6c022e7 commit 33dc6baCopy full SHA for 33dc6ba
1 file changed
json2xml/dicttoxml.py
@@ -341,7 +341,6 @@ def dict2xml_str(
341
parse dict2xml
342
"""
343
ids: list[str] = [] # initialize list of unique ids
344
- ", ".join(str(key) for key in item)
345
subtree = "" # Initialize subtree with default empty string
346
347
if attr_type:
0 commit comments