diff --git a/tests/python/bl_blendfile_liblink.py b/tests/python/bl_blendfile_liblink.py index cd685ed34c4..d8c73ae28f5 100644 --- a/tests/python/bl_blendfile_liblink.py +++ b/tests/python/bl_blendfile_liblink.py @@ -362,7 +362,6 @@ class TestBlendLibLinkAnimation(TestBlendLibLinkHelper): assert bpy.data.objects["LibMesh"].location[1] == -5.0 - class TestBlendLibAppendBasic(TestBlendLibLinkHelper): def __init__(self, args):