diff options
author | Andi Albrecht <albrecht.andi@gmail.com> | 2010-07-04 20:53:02 +0200 |
---|---|---|
committer | Andi Albrecht <albrecht.andi@gmail.com> | 2010-07-04 20:53:02 +0200 |
commit | 3bfa75a7d2042cdd56245034b9467b28f578ce9c (patch) | |
tree | 7617a56c60146f544778b25c1188159bfcd9b961 /sqlparse/formatter.py | |
parent | 2a090575f6d0571208a6d3a6ae57c31c4adbc653 (diff) | |
download | sqlparse-3bfa75a7d2042cdd56245034b9467b28f578ce9c.tar.gz |
PEP8: Code cleanup.
Diffstat (limited to 'sqlparse/formatter.py')
-rw-r--r-- | sqlparse/formatter.py | 1 |
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 - |