Resolve flake8 warnings

This commit is contained in:
Raphael Michel
2015-06-03 13:25:26 +02:00
parent 423dc9f0aa
commit 49ea85caee
11 changed files with 14 additions and 20 deletions

View File

@@ -22,7 +22,7 @@ class TicketOutputPdfApp(AppConfig):
def compatibility_errors(self):
errs = []
try:
import reportlab
import reportlab # NOQA
except ImportError:
errs.append("Python package 'reportlab' is not installed.")
return errs