mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 00:25:55 +08:00
Remove unused import
The _uniqueName function was using this but it was moved to ContainerRegistry. Contributes to issues CURA-340 and CURA-1278.
This commit is contained in:
parent
c5b07debdc
commit
253061cfa4
@ -6,7 +6,6 @@ from PyQt5.QtCore import pyqtSignal, pyqtProperty, pyqtSlot, QObject #For commun
|
||||
import UM.Application #To get the global container stack to find the current machine.
|
||||
import UM.Logger
|
||||
import UM.Settings.ContainerRegistry #Finding containers by ID.
|
||||
import re
|
||||
|
||||
|
||||
## Manages all existing extruder stacks.
|
||||
|
Loading…
x
Reference in New Issue
Block a user