Rerun isort
This commit is contained in:
parent
e5220eb9a5
commit
c48de9c6e1
2 changed files with 4 additions and 4 deletions
|
|
@ -18,11 +18,11 @@ AXES_FAILURE_LIMIT = 50
|
|||
AXES_COOLOFF_TIME = None
|
||||
|
||||
try:
|
||||
from .local import * # noqa
|
||||
|
||||
# Optionally use sentry integration
|
||||
from sentry_sdk import init as sentry_init
|
||||
|
||||
from .local import * # noqa
|
||||
|
||||
SENTRY_CONFIG.update({"release": VERSION})
|
||||
|
||||
sentry_init(**SENTRY_CONFIG)
|
||||
|
|
|
|||
|
|
@ -45,11 +45,11 @@ AXES_COOLOFF_TIME = None
|
|||
CELERY_BROKER_URL = "amqp://guest:guest@rabbitmq:5672//"
|
||||
|
||||
try:
|
||||
from .local import * # noqa
|
||||
|
||||
# Optionally use sentry integration
|
||||
from sentry_sdk import init as sentry_init
|
||||
|
||||
from .local import * # noqa
|
||||
|
||||
SENTRY_CONFIG.update({"release": VERSION, "environment": ENVIRONMENT})
|
||||
|
||||
sentry_init(**SENTRY_CONFIG)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue