diff --git a/api/tests/playlists/test_utils.py b/api/tests/playlists/test_utils.py index a0e5ab5a..53125fc4 100644 --- a/api/tests/playlists/test_utils.py +++ b/api/tests/playlists/test_utils.py @@ -1,8 +1,6 @@ import os -from defusedxml import ElementTree as etree - -from funkwhale_api.playlists import models, utils +from funkwhale_api.playlists import utils def test_get_track_id_from_xspf(factories, tmp_path):