remove unused import

This commit is contained in:
Jaime van Kessel 2020-01-10 15:22:32 +01:00
parent 81b33b8649
commit 49211d3233
No known key found for this signature in database
GPG Key ID: 3710727397403C91

View File

@ -266,7 +266,6 @@ class CuraApplication(QtApplication):
# Backups
self._auto_save = None # type: Optional[AutoSave]
from cura.Settings.CuraContainerRegistry import CuraContainerRegistry
self._container_registry_class = CuraContainerRegistry
# Redefined here in order to please the typing.
self._container_registry = None # type: CuraContainerRegistry