diff options
Diffstat (limited to 'debug_toolbar/management')
| -rw-r--r-- | debug_toolbar/management/commands/debugsqlshell.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debug_toolbar/management/commands/debugsqlshell.py b/debug_toolbar/management/commands/debugsqlshell.py index c0e1fc1..e96f46d 100644 --- a/debug_toolbar/management/commands/debugsqlshell.py +++ b/debug_toolbar/management/commands/debugsqlshell.py @@ -2,7 +2,9 @@ from datetime import datetime from django.db.backends import util -from debug_toolbar.utils import ms_from_timedelta, sqlparse +import sqlparse + +from debug_toolbar.utils import ms_from_timedelta class PrintQueryWrapper(util.CursorDebugWrapper): |
