mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Minor codecleanup (Typing & removing unused imports)
CURA-5734
This commit is contained in:
parent
fe9db9a260
commit
4def636fc9
3 changed files with 7 additions and 14 deletions
|
@ -24,7 +24,7 @@ def test_settingVisibilityPreset():
|
|||
assert setting_visibility_preset_test_settings == set(visibility_preset.settings)
|
||||
|
||||
assert visibility_preset.name == "test"
|
||||
assert visibility_preset.weight == '1'
|
||||
assert visibility_preset.weight == 1
|
||||
assert visibility_preset.settings.count("yay") == 1 # It's in the file twice but we should load it once.
|
||||
|
||||
def test_visibilityFromPrevious():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue