summaryrefslogtreecommitdiff
path: root/sqlparse/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'sqlparse/exceptions.py')
-rw-r--r--sqlparse/exceptions.py3
1 files changed, 1 insertions, 2 deletions
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."""
-
-