From ffbeb34f5faa8d0d5d5adb946bc8686e1f638fba Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 18 May 2022 12:17:42 +1000 Subject: Cleanup: format --- doc/python_api/examples/bpy.types.Image.py | 1 - 1 file changed, 1 deletion(-) (limited to 'doc') 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