Remove uneeded import

This commit is contained in:
Thomas Adamcik 2010-02-13 22:46:11 +01:00
parent 183ff30fa5
commit 4a618079ae

View File

@ -1,6 +1,6 @@
import random
from mopidy.models import Track, Playlist
from mopidy.models import Playlist
def populate_playlist(func):
def wrapper(self):