From d37f9e658737e39c2a63248c5d6cdf7620ecbc0d Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Thu, 21 Dec 2023 10:46:40 +0100 Subject: [PATCH] Cleanup: Make format --- tests/python/bl_animation_keyframing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/python/bl_animation_keyframing.py b/tests/python/bl_animation_keyframing.py index e3ba0ecb212..bfb6a8c200c 100644 --- a/tests/python/bl_animation_keyframing.py +++ b/tests/python/bl_animation_keyframing.py @@ -395,7 +395,6 @@ class InsertAvailableTest(AbstractKeyframingTest, unittest.TestCase): bpy.data.objects.remove(keyed_object, do_unlink=True) - def main(): global args import argparse