mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix Toolbox import error (continued)
(and remove unused import) CURA-6983
This commit is contained in:
parent
52d2fa47e9
commit
6763bed95f
11 changed files with 23 additions and 39 deletions
|
@ -4,7 +4,7 @@
|
|||
import re
|
||||
from typing import Dict, List, Optional, Union
|
||||
|
||||
from PyQt5.QtCore import Qt, pyqtProperty, pyqtSignal
|
||||
from PyQt5.QtCore import Qt, pyqtProperty
|
||||
|
||||
from UM.Qt.ListModel import ListModel
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue