mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Use consistent flake8 settings everywhere and fix flake8 issues
This commit is contained in:
@@ -182,7 +182,7 @@ INSTALLED_APPS = [
|
||||
]
|
||||
|
||||
try:
|
||||
import django_extensions
|
||||
import django_extensions # noqa
|
||||
INSTALLED_APPS.append('django_extensions')
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user