aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/management/commands/debugsqlshell.py
diff options
context:
space:
mode:
authorAymeric Augustin2013-10-16 22:08:43 +0200
committerAymeric Augustin2013-10-17 18:24:57 +0200
commit79831e4053b472921621f288483e95a961a4d142 (patch)
treec22c209a8f017231b2a82cf3986edeacdd8d087d /debug_toolbar/management/commands/debugsqlshell.py
parent604499223d6a074141b8901a4fbf53b28fd17126 (diff)
downloaddjango-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.py1
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