Update import

This commit is contained in:
lilac-supernova-2 2023-08-26 00:43:37 -04:00 committed by GitHub
parent 6580228af2
commit 1b00e67ae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
from django.db import connections
from .exception.formating import wrap_exception
from .exception.formatting import wrap_exception
from .sql.tracking import unwrap_cursor, wrap_cursor
from .types import DjangoDebug