Skip to content

Commit

Permalink
Remove unnecessary whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinblech committed Oct 8, 2024
1 parent efe6060 commit 94ee05b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xmltodict.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 94ee05b

Please sign in to comment.