From 847581f7dd752231e8ca9e72189fa4506d2041ac Mon Sep 17 00:00:00 2001 From: Hugo Date: Sat, 14 Jul 2018 09:35:42 +0300 Subject: [PATCH] Remove redundant 'pass' --- Tests/test_image_access.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/test_image_access.py b/Tests/test_image_access.py index f87e75071..a7e39a499 100644 --- a/Tests/test_image_access.py +++ b/Tests/test_image_access.py @@ -14,7 +14,6 @@ else: import cffi except ImportError: cffi = None - pass class AccessTest(PillowTestCase):