mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Remove unused import
And fixed the header and documentation spelling.
This commit is contained in:
parent
ea39cd4615
commit
b142a15266
1 changed files with 3 additions and 4 deletions
|
@ -1,12 +1,11 @@
|
|||
# Copyright (c) 2015 Ultimaker B.V.
|
||||
# Uranium is released under the terms of the LGPLv3 or higher.
|
||||
# Copyright (c) 2017 Ultimaker B.V.
|
||||
# Cura is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
# Python build-ins
|
||||
# Python built-ins
|
||||
import threading
|
||||
import time
|
||||
|
||||
# Uranium/Messaging
|
||||
from UM.Message import Message
|
||||
from UM.Logger import Logger
|
||||
|
||||
# Uranium/IO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue