From f4876322e7fe36923d4eb89757a844b3d90be306 Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Mon, 12 Nov 2012 06:43:32 +0100 Subject: PEP8'ified to code a bit. --- sqlparse/exceptions.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sqlparse/exceptions.py') diff --git a/sqlparse/exceptions.py b/sqlparse/exceptions.py index 2a8e571..ec25afa 100644 --- a/sqlparse/exceptions.py +++ b/sqlparse/exceptions.py @@ -5,7 +5,6 @@ """Exceptions used in this package.""" + class SQLParseError(Exception): """Base class for exceptions in this module.""" - - -- cgit v1.2.1