Skip to content

Commit

Permalink
removed from keywords list
Browse files Browse the repository at this point in the history
  • Loading branch information
demidovakatya committed Apr 5, 2017
1 parent ba9f21c commit 8474a4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sqlparse2/keywords.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@
'TEMPORARY': tokens.Keyword,
'TERMINATE': tokens.Keyword,
'THAN': tokens.Keyword,
'TIMESTAMP': tokens.Keyword,
# 'TIMESTAMP': tokens.Keyword,
'TIMEZONE_HOUR': tokens.Keyword,
'TIMEZONE_MINUTE': tokens.Keyword,
'TO': tokens.Keyword,
Expand Down
2 changes: 1 addition & 1 deletion sqlparse3/keywords.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@
'TEMPORARY': tokens.Keyword,
'TERMINATE': tokens.Keyword,
'THAN': tokens.Keyword,
'TIMESTAMP': tokens.Keyword,
# 'TIMESTAMP': tokens.Keyword,
'TIMEZONE_HOUR': tokens.Keyword,
'TIMEZONE_MINUTE': tokens.Keyword,
'TO': tokens.Keyword,
Expand Down

0 comments on commit 8474a4a

Please sign in to comment.