소스 검색

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