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 StripeApp(AppConfig):
def compatibility_errors(self):
errs = []
try:
import stripe
import stripe # NOQA
except ImportError:
errs.append("Python package 'stripe' is not installed.")
return errs