mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Resolve flake8 warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user