From cd1864026c62163c05fe5e22d964884d7b28afaa Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 26 Oct 2013 17:44:41 +0200 Subject: Eliminate almost all flake8 messages. --- debug_toolbar/management/commands/debugsqlshell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug_toolbar/management/commands') diff --git a/debug_toolbar/management/commands/debugsqlshell.py b/debug_toolbar/management/commands/debugsqlshell.py index 120f0a2..a11af98 100644 --- a/debug_toolbar/management/commands/debugsqlshell.py +++ b/debug_toolbar/management/commands/debugsqlshell.py @@ -3,7 +3,7 @@ from __future__ import print_function, unicode_literals from time import time # 'debugsqlshell' is the same as the 'shell'. -from django.core.management.commands.shell import Command +from django.core.management.commands.shell import Command # noqa from django.db.backends import util import sqlparse -- cgit v1.2.3