From f9e0b94c2fadea99ba8d14094c9ed5c1a92e03ef Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 11 May 2022 09:50:54 +1000 Subject: Cleanup: format --- doc/python_api/examples/bpy.types.Image.py | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/python_api/examples/bpy.types.Image.py') diff --git a/doc/python_api/examples/bpy.types.Image.py b/doc/python_api/examples/bpy.types.Image.py index 715623f6f76..f0c1a780e24 100644 --- a/doc/python_api/examples/bpy.types.Image.py +++ b/doc/python_api/examples/bpy.types.Image.py @@ -44,4 +44,3 @@ image_dest = image_src.copy() image_dest.update() print(image_dest.size) print(image_dest.pixels[0:4]) - -- cgit v1.2.3