summaryrefslogtreecommitdiff
path: root/sqlparse/formatter.py
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2009-06-11 21:11:57 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2009-06-11 21:11:57 +0200
commit050e2e6b3b2f41f30c2a4037fd3fb059131d771d (patch)
treeafc82008dcdc91c560b3af2aabca3b863271bfbd /sqlparse/formatter.py
parent45c1f595ea61dee891b6f4b5b6c4692df6423bb4 (diff)
downloadsqlparse-050e2e6b3b2f41f30c2a4037fd3fb059131d771d.tar.gz
pep8'ified the code a bit.
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 b9fd891..1955b5d 100644
--- a/sqlparse/formatter.py
+++ b/sqlparse/formatter.py
@@ -119,4 +119,3 @@ def build_filter_stack(stack, options):
return stack
-