mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Remove unused variable
Contributes to issue CURA-6600.
This commit is contained in:
parent
6a8e1557c3
commit
93851a95d5
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ class CuraStackBuilder:
|
|||
def createMachine(cls, name: str, definition_id: str) -> Optional[GlobalStack]:
|
||||
from cura.CuraApplication import CuraApplication
|
||||
application = CuraApplication.getInstance()
|
||||
variant_manager = application.getVariantManager()
|
||||
quality_manager = application.getQualityManager()
|
||||
registry = application.getContainerRegistry()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue