Skip to content

Commit

Permalink
Remove extra blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
siovene committed Oct 7, 2020
1 parent a25ff2a commit 2cf3ee0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion easy_thumbnails/tests/test_engine.py
Expand Up @@ -18,7 +18,6 @@ def test_save_jpeg_la(self):
with Image.open(data) as img:
self.assertEqual(img.mode, 'L')


def test_save_with_icc_profile(self):
source = Image.new('RGB', (100, 100), (255, 255, 255))
profile = ImageCms.createProfile('sRGB')
Expand Down

0 comments on commit 2cf3ee0

Please sign in to comment.