gh-70 Add # noqa to dependencies.py for pyexiv2 import

This commit is contained in:
Jaisen Mathai 2016-01-09 11:42:50 -08:00
parent 003327916d
commit ec03387c89
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ def verify_dependencies():
return False
try:
import pyexiv2
import pyexiv2 # noqa
except ImportError as e:
print >>sys.stderr, PYEXIV2_ERROR.format(
error_class_name=e.__class__.__name__, error=e)