forked from CGM_Public/pretix_original
Resolve flake8 warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user