Code cleanup

This commit is contained in:
ChrisTerBeke 2018-05-16 19:25:19 +02:00
parent cb11608f98
commit 21889130b4
No known key found for this signature in database
GPG key ID: A49F1AB9D7E0C263

View file

@ -1,9 +1,10 @@
# Copyright (c) 2017 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
from PyQt5.QtCore import pyqtProperty, QUrl, QObject
from PyQt5.QtCore import pyqtProperty, QUrl
from UM.Stage import Stage
class CuraStage(Stage):
def __init__(self, parent = None):