diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2009-06-11 21:11:57 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2009-06-11 21:11:57 +0200 |
| commit | 050e2e6b3b2f41f30c2a4037fd3fb059131d771d (patch) | |
| tree | afc82008dcdc91c560b3af2aabca3b863271bfbd /sqlparse/formatter.py | |
| parent | 45c1f595ea61dee891b6f4b5b6c4692df6423bb4 (diff) | |
| download | sqlparse-050e2e6b3b2f41f30c2a4037fd3fb059131d771d.tar.gz | |
pep8'ified the code a bit.
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 b9fd891..1955b5d 100644 --- a/sqlparse/formatter.py +++ b/sqlparse/formatter.py @@ -119,4 +119,3 @@ def build_filter_stack(stack, options): return stack - |
