fix wrong import

This commit is contained in:
Jens Langhammer 2019-04-29 20:06:52 +02:00
parent ec0a6e7854
commit 22a6aef60b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
def before_send(event, hint):
"""Check if error is database error, and ignore if so"""
from django.core.exceptions import OperationalError
from django.db import OperationalError
from django_redis.exceptions import ConnectionInterrupted
ignored_classes = [