mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Remove unused variable
CURA-7959
This commit is contained in:
parent
49cd43e5d5
commit
0b1bbd8528
1 changed files with 0 additions and 5 deletions
|
@ -13,11 +13,6 @@ project_2 = DigitalFactoryProjectResponse(library_project_id = "omg2",
|
|||
username = "nope",
|
||||
organization_shared = False)
|
||||
|
||||
project_3 = DigitalFactoryProjectResponse(library_project_id = "_omg3",
|
||||
display_name = "zomg3",
|
||||
username = "nope",
|
||||
organization_shared = False)
|
||||
|
||||
|
||||
def test_setProjects():
|
||||
model = DigitalFactoryProjectModel()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue