Pārlūkot izejas kodu

Remove unused imports mopidy.utils fixes #6

Ander 10 gadi atpakaļ
vecāks
revīzija
f31720e48d

+ 0 - 2
mopidy_touchscreen/screens/menu_screen.py

@@ -3,8 +3,6 @@ import socket
 
 from base_screen import BaseScreen
 
-import mopidy
-
 from ..graphic_utils import ListView
 
 

+ 1 - 1
mopidy_touchscreen/touch_screen.py

@@ -3,7 +3,7 @@ import os
 import traceback
 from threading import Thread
 
-from mopidy import core, exceptions, utils
+from mopidy import core, exceptions
 
 import pygame