Remove unnecessary operator

This commit is contained in:
Bo Maryniuk 2018-09-18 23:55:42 +02:00
parent deb0b4e0ed
commit 3fde850640

View file

@ -53,7 +53,6 @@ if ElementTree is not None:
'''
older versions of ElementTree do not have ParseError
'''
pass
ElementTree.ParseError = ParseError