Update api/funkwhale_api/playlists/utils.py

This commit is contained in:
petitminion 2021-07-15 08:58:07 +00:00
parent 7af11d3fdb
commit 91875150fb

View file

@ -1,5 +1,6 @@
import logging
import re
# /!\ The next import have xml vulnerabilities but this shouldn't have security implication in funkwhale
# since there are only used to generate xspf file.
from xml.etree.ElementTree import Element, SubElement