Remove printeroutput model

CURA-7810
This commit is contained in:
Jaime van Kessel 2022-03-24 13:41:10 +01:00
parent e925f07aad
commit 74eac8f4b9

View File

@ -1,4 +0,0 @@
import warnings
warnings.warn("Importing cura.PrinterOutput.PrinterOutputModel has been deprecated since 4.1, use cura.PrinterOutput.Models.PrinterOutputModel instead", DeprecationWarning, stacklevel=2)
# We moved the the models to one submodule deeper
from cura.PrinterOutput.Models.PrinterOutputModel import PrinterOutputModel