summaryrefslogtreecommitdiff
path: root/sqlparse/tokens.py
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2015-03-05 11:54:33 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2015-03-05 11:54:33 +0100
commitbf2616058ada2748bb79fc7c861abb7748ffb89a (patch)
tree712c0352906003c6b4d4148705c28706a7b426a0 /sqlparse/tokens.py
parent15b0cb9e75ca378e94b55b7f1ff23108f0899cde (diff)
parentacdebefd638225eefe438919897ba68e7882504b (diff)
downloadsqlparse-bf2616058ada2748bb79fc7c861abb7748ffb89a.tar.gz
Merge pull request #177 from darikg/brackets
Better square bracket / array index handling
Diffstat (limited to 'sqlparse/tokens.py')
-rw-r--r--sqlparse/tokens.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sqlparse/tokens.py b/sqlparse/tokens.py
index 014984b..01a9b89 100644
--- a/sqlparse/tokens.py
+++ b/sqlparse/tokens.py
@@ -57,7 +57,6 @@ Literal = Token.Literal
String = Literal.String
Number = Literal.Number
Punctuation = Token.Punctuation
-ArrayIndex = Punctuation.ArrayIndex
Operator = Token.Operator
Comparison = Operator.Comparison
Wildcard = Token.Wildcard