Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jul 18, 2016
1 parent 2b1ec3d commit 8a02a01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nikola/image_processing.py
Expand Up @@ -33,6 +33,8 @@
import re
import gzip

import piexif

from nikola import utils

Image = None
Expand All @@ -46,7 +48,6 @@
Image = _Image
except ImportError:
pass
import piexif


class ImageProcessor(object):
Expand Down

0 comments on commit 8a02a01

Please sign in to comment.