Remove six.moves: urllib

This commit is contained in:
Odd Stråbø 2024-06-11 03:19:25 +00:00
parent a00a1951cb
commit 76ac99fc61
6 changed files with 7 additions and 6 deletions

View file

@ -5,8 +5,8 @@ from __future__ import division, absolute_import, print_function, unicode_litera
import os
import xml.etree.ElementTree as etree
from urllib.parse import urlencode
from six.moves.urllib.parse import urlencode
from kodi_six import xbmcvfs
from .database import Database, jellyfin_db, get_sync, save_sync