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

@@ -23,7 +23,7 @@ class BankTransferApp(AppConfig):
def compatibility_warnings(self):
errs = []
try:
import chardet
import chardet # NOQA
except ImportError:
errs.append(_("Install the python package 'chardet' for better CSV import capabilities."))
return errs