浏览代码

Code cleanup

Ander 11 年之前
父节点
当前提交
1c6970b65f
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      mopidy_touchscreen/touch_screen.py

+ 2 - 3
mopidy_touchscreen/touch_screen.py

@@ -5,10 +5,9 @@ from threading import Thread
 
 import pygame
 
-import pykka
-
-from mopidy import core
 import mopidy
+from mopidy import core
+import pykka
 
 from .screen_manager import ScreenManager