Remove cura.PrinterOutputDevice

Since we are moving up a major version, time to clean up deprecation warnings

CURA-7810
This commit is contained in:
Jaime van Kessel 2022-03-24 13:27:27 +01:00
parent 0dda27094e
commit 4d02894582

View File

@ -1,4 +0,0 @@
import warnings
warnings.warn("Importing cura.PrinterOutputDevice has been deprecated since 4.1, use cura.PrinterOutput.PrinterOutputDevice instead", DeprecationWarning, stacklevel=2)
# We moved the PrinterOutput device to it's own submodule.
from cura.PrinterOutput.PrinterOutputDevice import PrinterOutputDevice, ConnectionState