Skip to content

Commit

Permalink
♻️ Change import
Browse files Browse the repository at this point in the history
  • Loading branch information
garlontas committed Dec 30, 2023
1 parent 46ff34b commit 0c3d304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pystreamapi/loaders/__xml/__xml_loader.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
try:
from defusedxml import ElementTree
except ImportError:
import xml.etree.ElementTree as ElementTree
from xml.etree import ElementTree
from collections import namedtuple
from pystreamapi.loaders.__lazy_file_iterable import LazyFileIterable
from pystreamapi.loaders.__loader_utils import LoaderUtils
Expand Down

0 comments on commit 0c3d304

Please sign in to comment.