Remove an unused import

This commit is contained in:
Wieland Hoffmann
2015-10-05 19:38:06 +02:00
parent 2e8b005482
commit 87fecf40f2

View File

@@ -31,7 +31,6 @@ from PyQt4 import QtCore
from string import Template
# Required for compatibility with lastfmplus which imports this from here rather than loading it direct.
from functools import partial
from collections import defaultdict
class LockableObject(QtCore.QObject):