Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

Commit

Permalink
Fix isort and pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
relekang committed Mar 29, 2015
1 parent ecaf1e9 commit a30ec99
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/test_engines.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import unittest

from PIL import Image
from thumbnails import settings

from thumbnails.engines import (BaseThumbnailEngine, DummyEngine, PgmagickEngine, PillowEngine,
WandEngine)
Expand Down
1 change: 0 additions & 1 deletion thumbnails/engines/wand.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@ def engine_colormode(self, image, colormode):
elif colormode == 'GRAY':
image.type = 'grayscale'
return image

0 comments on commit a30ec99

Please sign in to comment.