From 8870d772a8699aa002c62ccbdce2824ae8e5c65d Mon Sep 17 00:00:00 2001 From: venomousZealot Date: Wed, 5 May 2021 14:23:26 +0200 Subject: [PATCH] Remove unused import --- jellyfin_kodi/helper/playutils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jellyfin_kodi/helper/playutils.py b/jellyfin_kodi/helper/playutils.py index fd834c80..a674e183 100644 --- a/jellyfin_kodi/helper/playutils.py +++ b/jellyfin_kodi/helper/playutils.py @@ -5,7 +5,6 @@ from __future__ import division, absolute_import, print_function, unicode_litera import os from uuid import uuid4 -import collections from kodi_six import xbmc, xbmcvfs