Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jul 19, 2016
1 parent 83ea04d commit fbdbc61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nikola/image_processing.py
Expand Up @@ -66,7 +66,6 @@ def _fill_exif_tag_names(self):

def filter_exif(self, exif, whitelist):
"""Filter EXIF data as described in the documentation."""

# Scenario 1: keep everything
if whitelist == {'*': '*'}:
return exif
Expand Down

0 comments on commit fbdbc61

Please sign in to comment.