From a3201f8a30f53037e9fcce2851ec61ba373aeb26 Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Fri, 31 Mar 2017 16:43:44 +0200 Subject: [PATCH] Beautify --- resources/lib/itemtypes.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/lib/itemtypes.py b/resources/lib/itemtypes.py index b99a957c..2e994043 100644 --- a/resources/lib/itemtypes.py +++ b/resources/lib/itemtypes.py @@ -9,8 +9,7 @@ from datetime import datetime from xbmc import sleep import artwork -from utils import tryEncode, tryDecode, window, kodiSQL, \ - CatchExceptions +from utils import tryEncode, tryDecode, window, kodiSQL, CatchExceptions import plexdb_functions as plexdb import kodidb_functions as kodidb