Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/python/view_layer/test_group_d.py')
-rw-r--r--tests/python/view_layer/test_group_d.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/python/view_layer/test_group_d.py b/tests/python/view_layer/test_group_d.py
index 6f54ca5340a..709d27df184 100644
--- a/tests/python/view_layer/test_group_d.py
+++ b/tests/python/view_layer/test_group_d.py
@@ -46,7 +46,6 @@ class UnitTesting(ViewLayerTesting):
self.assertEqual(1, bpy.data.groups[0].users)
self.assertEqual(3, len(bpy.data.groups[0].objects))
-
# empty the group of objects
group = bpy.data.groups[0]
while group.objects: