Skip to content

Commit

Permalink
Inheriting "object" is implicit in Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored and martinblech committed May 3, 2024
1 parent c1f5b0c commit aecdfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmltodict.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ParsingInterrupted(Exception):
pass


class _DictSAXHandler(object):
class _DictSAXHandler:
def __init__(self,
item_depth=0,
item_callback=lambda *args: True,
Expand Down

0 comments on commit aecdfb3

Please sign in to comment.