diff options
| author | Aymeric Augustin | 2013-10-26 17:44:41 +0200 |
|---|---|---|
| committer | Aymeric Augustin | 2013-10-26 17:44:41 +0200 |
| commit | cd1864026c62163c05fe5e22d964884d7b28afaa (patch) | |
| tree | 3aef3a4030dd68f1b9c55e800c0344fcd36ef8d9 /debug_toolbar/utils/__init__.py | |
| parent | ba9f739620d4955aabf112850122345828402f2b (diff) | |
| download | django-debug-toolbar-cd1864026c62163c05fe5e22d964884d7b28afaa.tar.bz2 | |
Eliminate almost all flake8 messages.
Diffstat (limited to 'debug_toolbar/utils/__init__.py')
| -rw-r--r-- | debug_toolbar/utils/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_toolbar/utils/__init__.py b/debug_toolbar/utils/__init__.py index da2e3c3..73e38e2 100644 --- a/debug_toolbar/utils/__init__.py +++ b/debug_toolbar/utils/__init__.py @@ -68,7 +68,7 @@ def tidy_stacktrace(stack): # inspection. if '__traceback_hide__' in frame.f_locals: continue - if hide_django_sql and django_path in s_path and not 'django/contrib' in s_path: + if hide_django_sql and django_path in s_path and not 'django/contrib' in s_path: continue if omit_path(s_path): continue |
