Skip to content

Commit 33dc6ba

Browse files
authored
fix: remove needless line (#280)
1 parent 6c022e7 commit 33dc6ba

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

json2xml/dicttoxml.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ def dict2xml_str(
341341
parse dict2xml
342342
"""
343343
ids: list[str] = [] # initialize list of unique ids
344-
", ".join(str(key) for key in item)
345344
subtree = "" # Initialize subtree with default empty string
346345

347346
if attr_type:

0 commit comments

Comments
 (0)