From 050e2e6b3b2f41f30c2a4037fd3fb059131d771d Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Thu, 11 Jun 2009 21:11:57 +0200 Subject: pep8'ified the code a bit. --- sqlparse/formatter.py | 1 - 1 file changed, 1 deletion(-) (limited to 'sqlparse/formatter.py') 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 - -- cgit v1.2.1