From 45cc8b009e85737ecf0da98ef1a5598f9d7dbf95 Mon Sep 17 00:00:00 2001 From: Axel Nieder-Vahrenholz Date: Sun, 5 Apr 2026 14:59:21 +0200 Subject: [PATCH] fix: remove needless line --- json2xml/dicttoxml.py | 1 - 1 file changed, 1 deletion(-) diff --git a/json2xml/dicttoxml.py b/json2xml/dicttoxml.py index 5749d86..4b88428 100644 --- a/json2xml/dicttoxml.py +++ b/json2xml/dicttoxml.py @@ -341,7 +341,6 @@ def dict2xml_str( parse dict2xml """ ids: list[str] = [] # initialize list of unique ids - ", ".join(str(key) for key in item) subtree = "" # Initialize subtree with default empty string if attr_type: