From 01cd08518ded622d3308dd539b00ebbf7012894e Mon Sep 17 00:00:00 2001 From: David Cramer Date: Thu, 12 Jan 2012 19:13:47 -0800 Subject: pep8 --- debug_toolbar/utils/compat/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug_toolbar/utils/compat') diff --git a/debug_toolbar/utils/compat/db.py b/debug_toolbar/utils/compat/db.py index 4273d9e..6ff09ec 100644 --- a/debug_toolbar/utils/compat/db.py +++ b/debug_toolbar/utils/compat/db.py @@ -10,4 +10,4 @@ except ImportError: 'default': { 'ENGINE': settings.DATABASE_ENGINE, } - } \ No newline at end of file + } -- cgit v1.2.3