From 94ee05b05667a75ce80dfa35ad04e7c640e8b5de Mon Sep 17 00:00:00 2001 From: Martin Blech <78768+martinblech@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:33:51 -0700 Subject: [PATCH] Remove unnecessary whitespace. --- xmltodict.py | 1 - 1 file changed, 1 deletion(-) diff --git a/xmltodict.py b/xmltodict.py index 9bd9d73..aad55e2 100755 --- a/xmltodict.py +++ b/xmltodict.py @@ -6,7 +6,6 @@ from xml.sax.xmlreader import AttributesImpl from io import StringIO - _dict = dict import platform if tuple(map(int, platform.python_version_tuple()[:2])) < (3, 7):