summaryrefslogtreecommitdiff
path: root/sqlparse/formatter.py
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2010-07-04 20:53:02 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2010-07-04 20:53:02 +0200
commit3bfa75a7d2042cdd56245034b9467b28f578ce9c (patch)
tree7617a56c60146f544778b25c1188159bfcd9b961 /sqlparse/formatter.py
parent2a090575f6d0571208a6d3a6ae57c31c4adbc653 (diff)
downloadsqlparse-3bfa75a7d2042cdd56245034b9467b28f578ce9c.tar.gz
PEP8: Code cleanup.
Diffstat (limited to 'sqlparse/formatter.py')
-rw-r--r--sqlparse/formatter.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sqlparse/formatter.py b/sqlparse/formatter.py
index 1955b5d..c03e9a9 100644
--- a/sqlparse/formatter.py
+++ b/sqlparse/formatter.py
@@ -118,4 +118,3 @@ def build_filter_stack(stack, options):
stack.postprocess.append(fltr)
return stack
-