Fix Toolbox import error (continued)

(and remove unused import)

CURA-6983
This commit is contained in:
Nino van Hooff 2020-01-16 14:39:10 +01:00
parent 52d2fa47e9
commit 6763bed95f
11 changed files with 23 additions and 39 deletions

View file

@ -1,7 +1,8 @@
# Copyright (c) 2018 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
from PyQt5.QtCore import Qt, pyqtProperty
from PyQt5.QtCore import Qt
from UM.Qt.ListModel import ListModel