summaryrefslogtreecommitdiff
path: root/sqlparse/functions.py
diff options
context:
space:
mode:
Diffstat (limited to 'sqlparse/functions.py')
-rw-r--r--sqlparse/functions.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sqlparse/functions.py b/sqlparse/functions.py
index aaf6fb8..fbfcc0b 100644
--- a/sqlparse/functions.py
+++ b/sqlparse/functions.py
@@ -6,9 +6,9 @@ Created on 17/05/2012
Several utility functions to extract info from the SQL sentences
'''
-from sqlparse.filters import ColumnsSelect, Limit
+from sqlparse.filters import ColumnsSelect, Limit
from sqlparse.pipeline import Pipeline
-from sqlparse.tokens import Keyword, Whitespace
+from sqlparse.tokens import Keyword, Whitespace
def getlimit(stream):