Browse Source

remove unused import

Jaime van Kessel 5 years ago
parent
commit
49211d3233
1 changed files with 0 additions and 1 deletions
  1. 0 1
      cura/CuraApplication.py

+ 0 - 1
cura/CuraApplication.py

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