diff --git a/sloth/items/items.py b/sloth/items/items.py index e4ce995..74f861f 100644 --- a/sloth/items/items.py +++ b/sloth/items/items.py @@ -1,6 +1,5 @@ from PyQt4.QtGui import * from PyQt4.Qt import * -from sloth.annotations.model import DataRole class BaseItem(QAbstractGraphicsShapeItem):