mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Remove unused imports
CURA-3975
This commit is contained in:
parent
4e3ff1b770
commit
4727e4aa95
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ import configparser #To parse the files we need to upgrade and write the new fil
|
||||||
import io #To serialise configparser output to a string.
|
import io #To serialise configparser output to a string.
|
||||||
|
|
||||||
from UM.VersionUpgrade import VersionUpgrade
|
from UM.VersionUpgrade import VersionUpgrade
|
||||||
from cura.CuraApplication import CuraApplication
|
|
||||||
|
|
||||||
_removed_settings = { #Settings that were removed in 2.5.
|
_removed_settings = { #Settings that were removed in 2.5.
|
||||||
"start_layers_at_same_position",
|
"start_layers_at_same_position",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue