mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
remove unused import
This commit is contained in:
parent
81b33b8649
commit
49211d3233
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue