From 0b9ec567c8bf1a60dffd9f10b7d3d11eef1a1f72 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 14 Feb 2024 15:31:31 +1100 Subject: [PATCH] Cleanup: format --- tests/python/bl_animation_keyframing.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/python/bl_animation_keyframing.py b/tests/python/bl_animation_keyframing.py index eeadba36216..d696f6fa0e0 100644 --- a/tests/python/bl_animation_keyframing.py +++ b/tests/python/bl_animation_keyframing.py @@ -617,8 +617,6 @@ class NlaInsertTest(AbstractKeyframingTest, unittest.TestCase): self.assertAlmostEqual(fcurve_loc_x.keyframe_points[-1].co[1], 1.0, 8) - - def main(): global args import argparse