From 1c6970b65f0c6435e100abfb251c7e6e7ab310e1 Mon Sep 17 00:00:00 2001 From: Ander <9and3r@gmail.com> Date: Thu, 22 Jan 2015 01:30:37 +0100 Subject: [PATCH] Code cleanup --- mopidy_touchscreen/touch_screen.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mopidy_touchscreen/touch_screen.py b/mopidy_touchscreen/touch_screen.py index e7886df..17541dd 100644 --- a/mopidy_touchscreen/touch_screen.py +++ b/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