Fix word-wrapping in invoices

This commit is contained in:
Raphael Michel
2017-01-22 17:28:56 +01:00
parent e71691d4a5
commit 04369ff4f1
2 changed files with 3 additions and 2 deletions

View File

@@ -19,6 +19,6 @@ class PretixBaseConfig(AppConfig):
default_app_config = 'pretix.base.PretixBaseConfig'
try:
import pretix.celery_app as celery # NOQA
import pretix.celery_app as celery # NOQA
except ImportError:
pass