mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-21 05:09:37 +08:00
Remove unused variable
CURA-7959
This commit is contained in:
parent
49cd43e5d5
commit
0b1bbd8528
@ -13,11 +13,6 @@ project_2 = DigitalFactoryProjectResponse(library_project_id = "omg2",
|
|||||||
username = "nope",
|
username = "nope",
|
||||||
organization_shared = False)
|
organization_shared = False)
|
||||||
|
|
||||||
project_3 = DigitalFactoryProjectResponse(library_project_id = "_omg3",
|
|
||||||
display_name = "zomg3",
|
|
||||||
username = "nope",
|
|
||||||
organization_shared = False)
|
|
||||||
|
|
||||||
|
|
||||||
def test_setProjects():
|
def test_setProjects():
|
||||||
model = DigitalFactoryProjectModel()
|
model = DigitalFactoryProjectModel()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user