mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06: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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue