Răsfoiți Sursa

Code cleanup

Ander 11 ani în urmă
părinte
comite
5a34c7f279
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      mopidy_touchscreen/touch_screen.py

+ 2 - 1
mopidy_touchscreen/touch_screen.py

@@ -3,9 +3,10 @@ import os
 import traceback
 from threading import Thread
 
+from mopidy import core, utils
+
 import pygame
 
-from mopidy import core, utils
 import pykka
 
 from .screen_manager import ScreenManager