From 9bfa17e0309e3f3fdd79755c55e92ba200ccb5d6 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 6 Mar 2024 11:15:27 +0100 Subject: [PATCH] Cleanup: make format. --- tests/python/bl_blendfile_liblink.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/python/bl_blendfile_liblink.py b/tests/python/bl_blendfile_liblink.py index 80f89dcff2a..e89547eab4a 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):