Use cElementTree in Python 2 and ElementTree in Python 3 which already has the optimized module. ``` flake8-junit-report/junit_conversor/__init__.py 1:import xml.etree.cElementTree as ET ```
Use cElementTree in Python 2 and ElementTree in Python 3 which already has the optimized module.