From 3035235defe0f3a6314e10ceab4c94be86086344 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 19 Apr 2022 15:25:55 +1000 Subject: Cleanup: run autopep8 on tests/ --- tests/python/physics_particle_instance.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/python/physics_particle_instance.py') diff --git a/tests/python/physics_particle_instance.py b/tests/python/physics_particle_instance.py index d31ce68c7b2..353c0d868c8 100644 --- a/tests/python/physics_particle_instance.py +++ b/tests/python/physics_particle_instance.py @@ -15,8 +15,8 @@ def main(): test = [ SpecMeshTest("ParticleInstanceSimple", "testParticleInstance", "expectedParticleInstance", - [ModifierSpec('ParticleInstance', 'PARTICLE_INSTANCE', {'object': bpy.data.objects['Cube']})], - threshold=1e-3), + [ModifierSpec('ParticleInstance', 'PARTICLE_INSTANCE', {'object': bpy.data.objects['Cube']})], + threshold=1e-3), ] particle_instance_test = RunTest(test) -- cgit v1.2.3