diff options
| author | Aymeric Augustin | 2013-10-16 22:08:43 +0200 |
|---|---|---|
| committer | Aymeric Augustin | 2013-10-17 18:24:57 +0200 |
| commit | 79831e4053b472921621f288483e95a961a4d142 (patch) | |
| tree | c22c209a8f017231b2a82cf3986edeacdd8d087d /debug_toolbar/management/commands/debugsqlshell.py | |
| parent | 604499223d6a074141b8901a4fbf53b28fd17126 (diff) | |
| download | django-debug-toolbar-79831e4053b472921621f288483e95a961a4d142.tar.bz2 | |
Remove unused imports.
Diffstat (limited to 'debug_toolbar/management/commands/debugsqlshell.py')
| -rw-r--r-- | debug_toolbar/management/commands/debugsqlshell.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debug_toolbar/management/commands/debugsqlshell.py b/debug_toolbar/management/commands/debugsqlshell.py index 1774a76..c0e1fc1 100644 --- a/debug_toolbar/management/commands/debugsqlshell.py +++ b/debug_toolbar/management/commands/debugsqlshell.py @@ -1,7 +1,6 @@ from datetime import datetime from django.db.backends import util -from django.core.management.commands.shell import Command from debug_toolbar.utils import ms_from_timedelta, sqlparse |
